mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:08:44 +08:00
9 lines
393 B
Handlebars
9 lines
393 B
Handlebars
{{#if flaggedPost.topic.isPrivateMessage}}
|
|
<span class="private-message-glyph">{{d-icon "envelope"}}</span>
|
|
{{/if}}
|
|
{{topic-status topic=flaggedPost.topic}}
|
|
<a href='{{unbound flaggedPost.url}}'>{{{unbound flaggedPost.topic.fancyTitle}}}</a>
|
|
{{#if flaggedPost.reply_count}}
|
|
<span class="flagged-post-reply-count">{{i18n 'admin.flags.replies' count=flaggedPost.reply_count}}</span>
|
|
{{/if}}
|