mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-17 18:58:31 +08:00
10 lines
No EOL
270 B
Handlebars
10 lines
No EOL
270 B
Handlebars
<TopicStatus @topic={{this.item}} @disableActions={{true}} />
|
|
<div class="topic-title">{{replace-emoji this.item.title}}</div>
|
|
<div class="topic-categories">
|
|
{{bound-category-link
|
|
this.item.category
|
|
recursive=true
|
|
hideParent=true
|
|
link=false
|
|
}}
|
|
</div> |