From a69987ae8fbc227ec1bf4633ad308be81c9f9ff3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 2 Nov 2011 14:18:56 -0400 Subject: Bug 697371 - link to comment in emails looks like it is part of the comment --- template/en/default/email/bugmail.txt.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'template/en/default') diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index 27e390fc0..b663954f7 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -25,8 +25,8 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] -[% UNLESS to_user.settings.product_chooser.value == 'full_product_chooser' %] -Do not reply to this email. You can add comments to this [% terms.bug %] at +[% IF !user.in_group('editbugs') %] +Do not reply to this email. You can add comments to this [% terms.bug %] at [% END %] [%+ PROCESS generate_diffs -%] @@ -35,7 +35,6 @@ Do not reply to this email. You can add comments to this [% terms.bug %] at [%- 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 %] @@ -53,7 +52,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 %] -- cgit v1.2.3-24-g4f1b