FIX: Group topics should link to the actual post

This commit is contained in:
Robin Ward 2016-04-20 10:50:50 -04:00
parent 51b0b5f2f8
commit 7996ae50d8
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 1 additions and 1 deletions

View File

@ -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">