]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365709 - Add link to comment in bugmail notification
authorDavid Lawrence <dlawrence@mozilla.com>
Mon, 24 Oct 2011 22:12:37 +0000 (18:12 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Mon, 24 Oct 2011 22:12:37 +0000 (18:12 -0400)
r/a=mkanat

template/en/default/email/bugmail.txt.tmpl

index 2d20aff7c7f081a23acc63ba8ca462c22ca2f149..c401a2923cb7cf9f84879f461e68574889e63969 100644 (file)
@@ -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 %]