diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-01 15:06:16 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-01 15:06:16 +0100 |
commit | bd1256280cdd82347188a00d2b203ff5202ecc86 (patch) | |
tree | a23399a9162c19ceef2a409758f456b1cd180b4f /template | |
parent | f86e175304e135e0b9fecfec8ff2fa373a316dcf (diff) | |
download | bugzilla-bd1256280cdd82347188a00d2b203ff5202ecc86.tar.gz bugzilla-bd1256280cdd82347188a00d2b203ff5202ecc86.tar.xz |
Bug 933119 - names are no longer links in html bugmail
r=glob
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 88c935d87..2cd9318c1 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -34,7 +34,7 @@ <b>[% "Comment # ${comment.count}" FILTER bug_link(bug, {comment_num => comment.count, full_url => 1, user => to_user}) FILTER none %] on [% "$terms.bug $bug.id" FILTER bug_link(bug, { full_url => 1, user => to_user }) FILTER none %] - from [% INCLUDE global/user.html.tmpl who = comment.author %]</b> + from [% INCLUDE global/user.html.tmpl user = to_user, who = comment.author %]</b> [% END %] <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]</pre> </div> @@ -90,7 +90,7 @@ FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %], which changed state. [% ELSE %] - [% INCLUDE global/user.html.tmpl who = change.who %] changed + [% INCLUDE global/user.html.tmpl user = to_user, who = change.who %] changed [%+ "${terms.bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %] [% END %] <br> |