From 646d6199a644a1e6d65706c400163d00fa310bfe Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 2 Jun 2015 13:25:33 +0800 Subject: Bug 1146771: implement comment tagging --- .../en/default/bug_modal/activity_stream.html.tmpl | 45 ++++++++++++++++------ 1 file changed, 34 insertions(+), 11 deletions(-) (limited to 'extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl') diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index 2e7b3c87b..11442985c 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -36,8 +36,21 @@ END; %] +[% IF user.can_tag_comments %] + + +[% END %] + [% BLOCK comment_header %] -
+
[%# normal comment header %] @@ -49,6 +62,7 @@ gravatar_only = 1 %] + + + - [% IF comment.tags.size %] - - - - [% END %] + + + + [%# default-collapsed comment header %] -- cgit v1.2.3-24-g4f1b