Commit 8adcea2d authored by Dave Lawrence's avatar Dave Lawrence

Bug 697371 - link to comment in emails looks like it is part of the comment

r=glob, a=LpSolit
parent 13c8f7fa
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment