Make ticket timestamp a permalink

This commit is contained in:
Drew DeVault 2019-09-18 13:26:15 -04:00
parent 5b45046d34
commit 89512d4308
1 changed files with 3 additions and 1 deletions

View File

@ -307,7 +307,9 @@
{% endif %}
{% endif %}
<span class="pull-right">
<small>{{ event.created | date }}</small>
<small>
<a href="#event-{{event.id}}">{{ event.created | date }}</a>
</small>
</span>
</h4>
{% if EventType.comment in event.event_type %}