discourse/app/assets/javascripts/select-kit/addon/templates/components/topic-row.hbs
Peter Wagenet 371bbadb92
No implicit this codemod (#17235)
* Run no-implicit-this codemod for app templates
* Run tagless-ember-components-codemod for plugins
* Turn on no-implicit-this lint
2022-07-05 19:41:31 +02:00

10 lines
273 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>