diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-30 23:39:35 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-30 23:39:35 +0100 |
commit | 302ad431b524e3a3e42ce2cfd80744b0007e202d (patch) | |
tree | b40e097477ce748e8ad2c745aac416ebb839538c /template/en/default | |
parent | 5639b2edc8c0d7af299d7b938005d13fe3d64990 (diff) | |
download | bugzilla-302ad431b524e3a3e42ce2cfd80744b0007e202d.tar.gz bugzilla-302ad431b524e3a3e42ce2cfd80744b0007e202d.tar.xz |
Bug 703501 - Linking to comment in top link is not useful for the common workflow of editing fields
Diffstat (limited to 'template/en/default')
-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 b663954f7..ff2e6b8fa 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -52,7 +52,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 %] |