From 4e54c1ea48fc8b67429e47ce909d04b902abe1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 15 May 2022 21:48:30 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/10593 --- templates/flags/detail.tpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/templates/flags/detail.tpl b/templates/flags/detail.tpl index 4769dd8..1c0fe34 100644 --- a/templates/flags/detail.tpl +++ b/templates/flags/detail.tpl @@ -147,8 +147,14 @@
  • [[flags:start-new-chat]]
  • {{{ end }}} - {{{ if privileges.ban }}}
  • [[user:ban_account]]
  • {{{ end }}} - {{{ if privileges.mute}}}
  • [[user:mute_account]]
  • {{{ end }}} + {{{ if privileges.ban }}} +
  • [[user:ban_account]]
  • +
  • [[user:unban_account]]
  • + {{{ end }}} + {{{ if privileges.mute}}} +
  • [[user:mute_account]]
  • +
  • [[user:unmute_account]]
  • + {{{ end }}} {{{ if privileges.admin:users }}}
  • [[user:delete_account_as_admin]]
  • [[user:delete_content]]