diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-16 20:36:20 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-16 20:36:20 +0100 |
commit | 8adcea2dc892f384bf8ba51ef1145980e3c1eef0 (patch) | |
tree | ce59e5e7a2b397109aca1d844e65977637de97d7 | |
parent | 13c8f7fab8a794ce6c2796fbb949088599fb2774 (diff) | |
download | bugzilla-8adcea2dc892f384bf8ba51ef1145980e3c1eef0.tar.gz bugzilla-8adcea2dc892f384bf8ba51ef1145980e3c1eef0.tar.xz |
Bug 697371 - link to comment in emails looks like it is part of the comment
r=glob, a=LpSolit
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index c401a2923..65010112b 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -31,7 +31,6 @@ [%- IF comment.count %] --- Comment #[% comment.count %] from [% comment.author.identity %] --- -[%+ urlbase %]show_bug.cgi?id=[% bug.id %]#c[% comment.count %] [% END %] [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %] [% END %] @@ -49,7 +48,7 @@ You are receiving this mail because: [%+ reason_lines.join("\n") %] [% BLOCK generate_diffs %] - [% urlbase %]show_bug.cgi?id=[% bug.id %] + [% urlbase %]show_bug.cgi?id=[% bug.id %][% "#c" _ new_comments.first.count IF new_comments.size > 0 %] [%+ last_changer = "" %] [% FOREACH change = diffs %] |