From 351b399991094e57e890a9291484c4ab69ca628b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 18 Jul 2018 22:42:56 -0400 Subject: Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to disallow duplicate nicks --- .../template/en/default/bug_modal/activity_stream.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 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 883393fba..af2077e00 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 @@ -146,7 +146,7 @@ [% END %] [% END %] @@ -184,9 +184,9 @@ + title="[% comment.author.nick FILTER html %] [[% comment.creation_ts FILTER time("%Y-%m-%d %H:%M %Z") FILTER html %]]"> [% ELSE %] - title="[% comment.author.moz_nick FILTER html %] [[% comment.creation_ts FILTER time_duration FILTER html %]]"> + title="[% comment.author.nick FILTER html %] [[% comment.creation_ts FILTER time_duration FILTER html %]]"> [% END %] Comment hidden ([% comment.collapsed_reason FILTER html %]) -- cgit v1.2.3-24-g4f1b