FIX: Group topics should link to the actual post
This commit is contained in:
parent
51b0b5f2f8
commit
7996ae50d8
|
@ -3,7 +3,7 @@
|
|||
<a href="{{unbound post.user.userUrl}}" data-user-card="{{unbound post.user.username}}" class='avatar-link'><div class='avatar-wrapper'>{{avatar post.user imageSize="large" extraClasses="actor" ignoreTitle="true"}}</div></a>
|
||||
<span class='time'>{{format-date post.created_at leaveAgo="true"}}</span>
|
||||
<span class="title">
|
||||
{{topic-link post.topic}}
|
||||
<a href={{post.url}}>{{post.topic.fancyTitle}}</a>
|
||||
</span>
|
||||
<span class="category">{{category-link post.category}}</span>
|
||||
<div class="group-member-info">
|
||||
|
|
Loading…
Reference in New Issue