diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-04 13:52:10 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-11-04 13:52:10 -0500 |
commit | 663b5520e2d205979dfa39ea14b1ef9b55296635 (patch) | |
tree | fdee311b80aa2947e10d98c8cfd63037bed261c5 /template/en/default/email | |
parent | 7d590c7dd0d28284a513c3dd2b9a95d18eaee827 (diff) | |
download | bugs-663b5520e2d205979dfa39ea14b1ef9b55296635.tar bugs-663b5520e2d205979dfa39ea14b1ef9b55296635.tar.gz bugs-663b5520e2d205979dfa39ea14b1ef9b55296635.tar.bz2 bugs-663b5520e2d205979dfa39ea14b1ef9b55296635.tar.xz bugs-663b5520e2d205979dfa39ea14b1ef9b55296635.zip |
Bug 933736 - names are no longer links in html bugmail with background bugmail generation
r/a=glob
Diffstat (limited to 'template/en/default/email')
-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 5d31d27a0..6464e0a96 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -23,7 +23,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> @@ -64,7 +64,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> |