From f8045da58c1044faa7d0baac5eca4189c9c15353 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 22:18:33 -0400 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/10596 --- templates/account/info.tpl | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/templates/account/info.tpl b/templates/account/info.tpl index c3fc74a..fa0efba 100644 --- a/templates/account/info.tpl +++ b/templates/account/info.tpl @@ -146,6 +146,49 @@ + +
+
+

+ [[user:info.mute-history]] + + {{{ if !muted }}} + {{{ if !isSelf }}} + + {{{ end }}} + {{{ else }}} + {{{ if !isSelf }}} + + {{{ end }}} + {{{ end }}} +

+
+
+ {{{ if history.mutes.length }}} + + {{{ else }}} +
[[user:info.no-mute-history]]
+ {{{ end }}} +
+
+