This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/components/featured-topic.hbs

13 lines
379 B
Handlebars

{{raw "topic-status" topic=this.topic}}
<a href={{this.topic.lastUnreadUrl}} class="title">{{html-safe
this.topic.fancyTitle
}}</a>
<TopicPostBadges
@unreadPosts={{this.topic.unread_posts}}
@unseen={{this.topic.unseen}}
@url={{this.topic.lastUnreadUrl}}
/>
<a href={{this.topic.lastPostUrl}} class="last-posted-at">{{format-age
this.topic.last_posted_at
}}</a>