summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-25 00:16:53 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-25 00:16:53 +0200
commit97d1eac2fc07d05789484b0e806f1382202fbc2f (patch)
treeb8d7661f2e6e4e70238478bd223bc8df009cff1d /template/en/default/email
parentb8a81e876126a327dccaf6a5694bbab295c5296a (diff)
downloadbugzilla-97d1eac2fc07d05789484b0e806f1382202fbc2f.tar.gz
bugzilla-97d1eac2fc07d05789484b0e806f1382202fbc2f.tar.xz
Bug 365709 - Add link to comment in bugmail notification
r=mkanat
Diffstat (limited to 'template/en/default/email')
-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 e890472ad..27e390fc0 100644
--- a/template/en/default/email/bugmail.txt.tmpl
+++ b/template/en/default/email/bugmail.txt.tmpl
@@ -35,6 +35,7 @@ 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 %]