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

r=glob, a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@263078 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-11-16 19:46:24 +00:00
parent 51ddd562f1
commit 779cfdbded
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
7999
8000

View File

@ -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 %]