From: Koosha Khajeh Moogahi Date: Sun, 27 May 2012 23:36:39 +0000 (+0200) Subject: Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only a commen... X-Git-Tag: bugzilla-4.2.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368fa4c0afeeb58d9ef67a255ae2e7c3a2defd3c;p=thirdparty%2Fbugzilla.git Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only a comment is added r/a=LpSolit --- diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index e42b5564d8..f8f182548e 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -33,6 +33,7 @@ [% IF comment.count %] [% "Comment # ${comment.count}" FILTER bug_link( bug, {comment_num => comment.count, full_url => 1}) FILTER none %] + on [% "$terms.bug $bug.id" FILTER bug_link( bug, { full_url => 1 }) FILTER none %] from [% INCLUDE global/user.html.tmpl who = comment.author %] [% END %]
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]