summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>2012-05-28 00:22:27 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-05-28 00:22:27 +0200
commit30a1fcbcf99f071b34e1296a50ac0fea0f4c3ef0 (patch)
treed380047deacd3464894e100a0bbb5f591762beb4
parent508d532f28ffe84c333cd7b6c2bb13565bd096e5 (diff)
downloadbugzilla-30a1fcbcf99f071b34e1296a50ac0fea0f4c3ef0.tar.gz
bugzilla-30a1fcbcf99f071b34e1296a50ac0fea0f4c3ef0.tar.xz
Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only a comment is added
r/a=LpSolit
-rw-r--r--template/en/default/email/bugmail.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl
index ad15e7311..cfb5a64e4 100644
--- a/template/en/default/email/bugmail.html.tmpl
+++ b/template/en/default/email/bugmail.html.tmpl
@@ -22,6 +22,7 @@
[% IF comment.count %]
<b>[% "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 %]</b>
[% END %]
<pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre>