FIX: clicking the timestamp next to a feature topics should link to the latest post

This commit is contained in:
Régis Hanol 2016-08-24 22:07:25 +02:00
parent 467564eb82
commit 3e00672c7d
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
<a href="{{unbound topic.lastPostUrl}}">{{format-age topic.last_posted_at}}</a>
</div>
{{else}}
<a href class="last-posted-at">{{format-age topic.last_posted_at}}</a>
<a href="{{unbound topic.lastPostUrl}}" class="last-posted-at">{{format-age topic.last_posted_at}}</a>
{{/if}}