From 368fa4c0afeeb58d9ef67a255ae2e7c3a2defd3c Mon Sep 17 00:00:00 2001 From: Koosha Khajeh Moogahi Date: Mon, 28 May 2012 01:36:39 +0200 Subject: [PATCH] Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only a comment is added r/a=LpSolit --- template/en/default/email/bugmail.html.tmpl | 1 + 1 file changed, 1 insertion(+) 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) %]
-- 2.47.2