26 lines
831 B
Handlebars
26 lines
831 B
Handlebars
<div class='topic-poster'>
|
|
{{#user-link user=topic.lastPoster}}
|
|
{{avatar topic.lastPoster imageSize="large"}}
|
|
{{/user-link}}
|
|
</div>
|
|
<div class='main-link'>
|
|
<div class='top-row'>
|
|
{{raw "topic-status" topic=topic}}
|
|
{{topic-link topic}}
|
|
{{#if topic.featured_link}}
|
|
{{topic-featured-link topic}}
|
|
{{/if}}
|
|
{{topic-post-badges newPosts=topic.totalUnread unseen=topic.unseen url=topic.lastUnreadUrl}}
|
|
</div>
|
|
<div class='bottom-row'>
|
|
{{category-link topic.category}}
|
|
{{discourse-tags topic mode="list"}}
|
|
</div>
|
|
</div>
|
|
<div class='topic-stats'>
|
|
{{raw "list/posts-count-column" topic=topic tagName="div"}}
|
|
<div class="topic-last-activity">
|
|
<a href="{{topic.lastPostUrl}}" title="{{topic.bumpedAtTitle}}">{{format-date topic.bumpedAt format="tiny" noTitle="true"}}</a>
|
|
</div>
|
|
</div>
|