summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/bugmail.txt.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/email/bugmail.txt.tmpl')
-rw-r--r--template/en/default/email/bugmail.txt.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl
index 2d20aff7c..b663954f7 100644
--- a/template/en/default/email/bugmail.txt.tmpl
+++ b/template/en/default/email/bugmail.txt.tmpl
@@ -25,6 +25,10 @@
[% isnew = bug.lastdiffed ? 0 : 1 %]
+[% IF !user.in_group('editbugs') %]
+Do not reply to this email. You can add comments to this [% terms.bug %] at
+[% END %]
+
[%+ PROCESS generate_diffs -%]
[% FOREACH comment = new_comments %]
@@ -48,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 %]