From 779cfdbdedb7b3ec2fa704bc8484306e6c7256be Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 16 Nov 2011 19:46:24 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/template/en/default/email/bugmail.txt.tmpl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index f96a05a36f5..443a3b1eca6 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7999 \ No newline at end of file +8000 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/template/en/default/email/bugmail.txt.tmpl b/mozilla/webtools/bugzilla/template/en/default/email/bugmail.txt.tmpl index c401a2923cb..65010112bc4 100644 --- a/mozilla/webtools/bugzilla/template/en/default/email/bugmail.txt.tmpl +++ b/mozilla/webtools/bugzilla/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 %]