2017-09-06 03:29:53 +08:00
|
|
|
{{#if flaggedPosts}}
|
|
|
|
{{#load-more selector=".flagged-post" action=(action "loadMore")}}
|
2017-09-12 02:01:59 +08:00
|
|
|
<div class='flagged-posts'>
|
|
|
|
{{#each flaggedPosts as |flaggedPost|}}
|
|
|
|
{{flagged-post
|
|
|
|
flaggedPost=flaggedPost
|
2017-09-15 02:10:39 +08:00
|
|
|
filter=filter
|
2017-09-12 02:01:59 +08:00
|
|
|
showResolvedBy=showResolvedBy
|
|
|
|
removePost=(action "removePost" flaggedPost)
|
|
|
|
hideTitle=topic}}
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
2016-05-10 04:07:36 +08:00
|
|
|
{{/load-more}}
|
2014-11-12 04:48:13 +08:00
|
|
|
{{else}}
|
2014-12-09 05:35:49 +08:00
|
|
|
<p>{{i18n 'admin.flags.no_results'}}</p>
|
2014-11-12 04:48:13 +08:00
|
|
|
{{/if}}
|