summaryrefslogtreecommitdiffstats
path: root/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl')
-rw-r--r--extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl b/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl
index 3ee9a3757..81cfc776a 100644
--- a/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl
+++ b/extensions/TagNewUsers/template/en/default/hook/bug/comments-user.html.tmpl
@@ -6,10 +6,9 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
+[% RETURN UNLESS user.in_group('canconfirm') %]
[% IF comment.author.is_new %]
-<span
- class="new_user"
- title="
+<span class="new_user" title="
[%- comment.author.comment_count FILTER html %] comment[% "s" IF comment.author.comment_count != 1 -%]
, created [%
IF comment.author.creation_age == 0 %]today[%