From 6c3ed85e883094f80a342a96a43b1cf7ae39c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 19 Mar 2021 19:35:22 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/9406 --- templates/partials/topic/post-menu-list.tpl | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/templates/partials/topic/post-menu-list.tpl b/templates/partials/topic/post-menu-list.tpl index 77ea089..589aec4 100644 --- a/templates/partials/topic/post-menu-list.tpl +++ b/templates/partials/topic/post-menu-list.tpl @@ -96,17 +96,23 @@ {{{end}}} - +{{{ if posts.display_flag_tools }}}
  • -{{{ if !posts.flags.flagged }}} -
  • [[topic:flag-post]]
  • + +
  • + [[topic:flag-post]] +
  • +
  • + [[topic:already-flagged]] +
  • + {{{ if (!posts.selfPost && posts.uid) }}} -
  • [[topic:flag-user]]
  • +
  • + [[topic:flag-user]] +
  • {{{ end }}} -{{{ else }}} -
  • [[topic:already-flagged]]
  • {{{ end }}} - + {{{ if posts.flags.exists }}}
  • [[topic:view-flag-report]]