diff --git a/templates/partials/topic/post-menu-list.tpl b/templates/partials/topic/post-menu-list.tpl index 161f1c6..93f41e4 100644 --- a/templates/partials/topic/post-menu-list.tpl +++ b/templates/partials/topic/post-menu-list.tpl @@ -97,10 +97,20 @@ {postSharing.name} {{{end}}} +
  • -
  • [[topic:flag_post]]
  • -
  • [[topic:flag_user]]
  • +{{{ if !posts.flagId }}} +
  • [[topic:flag-post]]
  • +
  • [[topic:flag-user]]
  • +{{{ else }}} +
  • [[topic:already-flagged]]
  • +{{{ end }}} - \ No newline at end of file + +
  • +{{{ if posts.flagId }}} +
  • [[topic:view-flag-report]]
  • +{{{ end }}} + \ No newline at end of file