mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
12 lines
325 B
Handlebars
12 lines
325 B
Handlebars
<div class='flagged-topic-details'>
|
|
<div class='topic-title'>
|
|
{{topic-status topic=topic}}
|
|
<h1>{{{topic.fancyTitle}}}</h1>
|
|
</div>
|
|
|
|
{{plugin-outlet name="flagged-topic-details-header" args=(hash topic=topic)}}
|
|
</div>
|
|
<div class='topic-flags'>
|
|
{{flagged-posts flaggedPosts=flaggedPosts filter="active"}}
|
|
</div>
|