[issue-195] Add a link from a plugin event to the plugin tag page for that event.
This commit is contained in:
parent
551e9ff851
commit
6532615dd9
|
@ -52,6 +52,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{{ this.body }}
|
{{ this.body }}
|
||||||
|
{% if this.parent._slug == 'events' %}
|
||||||
|
<br>
|
||||||
|
<p>
|
||||||
|
<a href="{{ ('/plugins/tag/' ~ this._slug ~ '/')|url }}" class="ref">Plugins That Use This Event</a>
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if this.version_history %}
|
{% if this.version_history %}
|
||||||
<div class="version-info version-info-collapsed">
|
<div class="version-info version-info-collapsed">
|
||||||
|
|
Loading…
Reference in New Issue