summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-25 00:12:37 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-25 00:12:37 +0200
commitcffe0e7b45e167d77c19ff76edbb589624004deb (patch)
tree8ec9a431412c2ffca6e61da108a978e138b24fa0 /template
parentdabdb1d36b3f8595ebf154671bf881cb2881a3ae (diff)
downloadbugzilla-cffe0e7b45e167d77c19ff76edbb589624004deb.tar.gz
bugzilla-cffe0e7b45e167d77c19ff76edbb589624004deb.tar.xz
Bug 365709 - Add link to comment in bugmail notification
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r--template/en/default/email/bugmail.txt.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl
index 2d20aff7c..c401a2923 100644
--- a/template/en/default/email/bugmail.txt.tmpl
+++ b/template/en/default/email/bugmail.txt.tmpl
@@ -31,6 +31,7 @@
[%- 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 %]