diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-30 23:36:13 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-30 23:36:13 +0100 |
commit | 9c75c61bd47f610c1da8b761ebdf896f83408e8f (patch) | |
tree | 354bfa9964439878f96d172ac9bfa67913b68bb8 | |
parent | ba6df3b223759d015a6668db6f37f96437a5c676 (diff) | |
download | bugzilla-9c75c61bd47f610c1da8b761ebdf896f83408e8f.tar.gz bugzilla-9c75c61bd47f610c1da8b761ebdf896f83408e8f.tar.xz |
Bug 703501 - Linking to comment in top link is not useful for the common workflow of editing fields
r/a=LpSolit
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index 65010112b..2d20aff7c 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -48,7 +48,7 @@ You are receiving this mail because: [%+ reason_lines.join("\n") %] [% BLOCK generate_diffs %] - [% urlbase %]show_bug.cgi?id=[% bug.id %][% "#c" _ new_comments.first.count IF new_comments.size > 0 %] + [% urlbase %]show_bug.cgi?id=[% bug.id %] [%+ last_changer = "" %] [% FOREACH change = diffs %] |