fix: closes #529

main
Barış Soner Uşaklı 4 years ago committed by GitHub
parent 23ab51da76
commit 0247a45462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -99,7 +99,7 @@
{{{ if posts.display_flag_tools }}}
<li class="divider"></li>
<li {{{ if posts.flags.flaggged }}}hidden{{{ end }}}>
<li {{{ if posts.flags.flagged }}}hidden{{{ end }}}>
<a component="post/flag" role="menuitem" tabindex="-1" href="#"><i class="fa fa-fw fa-flag"></i> [[topic:flag-post]]</a>
</li>
<li {{{ if !posts.flags.flagged }}}hidden{{{ end }}} class="disabled text-muted">
@ -120,4 +120,4 @@
<li><a component="post/flagResolve" data-flagId="{posts.flags.flagId}" role="menuitem" tabindex="-1" href="#"><i class="fa fa-fw fa-check"></i> [[topic:resolve-flag]]</a></li>
{{{ end }}}
{{{ end }}}
<!-- ENDIF posts.display_moderator_tools -->
<!-- ENDIF posts.display_moderator_tools -->

Loading…
Cancel
Save