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>
|
<a href="{{unbound topic.lastPostUrl}}">{{format-age topic.last_posted_at}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{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}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue