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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 7daec3b2e..094b0c579 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -44,7 +44,7 @@ [% "Comment # ${comment.count}" FILTER bug_link(bug, { comment_num => comment.count, full_url => 1 }) FILTER none %] on [% "$terms.Bug $bug.id" FILTER bug_link(bug, { full_url => 1 }) FILTER none %] - from [% INCLUDE global/user.html.tmpl who = comment.author %] + from [% INCLUDE global/user.html.tmpl user = to_user, who = comment.author %] at [% comment.creation_ts FILTER time(undef, to_user.timezone) %] </b> [% END %] @@ -152,7 +152,7 @@ [% terms.Bug %] [% change.blocker.id FILTER none %]</a>, which changed state.<br> [% 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) FILTER none %] at [% change.bug_when FILTER time(undef, to_user.timezone) %]</b>:<br> [% END %] |