discourse/app/assets/javascripts/select-kit/addon/templates/components/topic-row.hbs
2022-12-28 13:11:12 +00:00

10 lines
276 B
Handlebars

<TopicStatus @topic={{this.item}} @disableActions={{true}} />
<div class="topic-title">{{replace-emoji this.item.fancy_title}}</div>
<div class="topic-categories">
{{bound-category-link
this.item.category
recursive=true
hideParent=true
link=false
}}
</div>