diff options
author | David Lawrence <dlawrence@mozilla.com> | 2011-10-25 00:16:53 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2011-10-25 00:16:53 +0200 |
commit | 97d1eac2fc07d05789484b0e806f1382202fbc2f (patch) | |
tree | b8d7661f2e6e4e70238478bd223bc8df009cff1d /template/en/default | |
parent | b8a81e876126a327dccaf6a5694bbab295c5296a (diff) | |
download | bugzilla-97d1eac2fc07d05789484b0e806f1382202fbc2f.tar.gz bugzilla-97d1eac2fc07d05789484b0e806f1382202fbc2f.tar.xz |
Bug 365709 - Add link to comment in bugmail notification
r=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 1 |
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 %] |