FIX: clicking the timestamp next to a feature topics should link to the latest post
This commit is contained in:
parent
467564eb82
commit
3e00672c7d
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue