From: Koosha Khajeh Moogahi Date: Sun, 27 May 2012 22:22:27 +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.3.2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a1fcbcf99f071b34e1296a50ac0fea0f4c3ef0;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 ad15e7311e..cfb5a64e47 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -22,6 +22,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) %]