diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-05-28 00:22:27 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 00:22:27 +0200 |
commit | 30a1fcbcf99f071b34e1296a50ac0fea0f4c3ef0 (patch) | |
tree | d380047deacd3464894e100a0bbb5f591762beb4 /template/en/default | |
parent | 508d532f28ffe84c333cd7b6c2bb13565bd096e5 (diff) | |
download | bugzilla-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
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/email/bugmail.html.tmpl | 1 |
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> |