diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-05-28 01:36:39 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-05-28 01:36:39 +0200 |
commit | 368fa4c0afeeb58d9ef67a255ae2e7c3a2defd3c (patch) | |
tree | 6a61691594ea32a25a649a2499db2c8b970c0baa /template/en/default | |
parent | 2d2fc6373bf882d5ddb16e3136567647cf2ef3ae (diff) | |
download | bugzilla-368fa4c0afeeb58d9ef67a255ae2e7c3a2defd3c.tar.gz bugzilla-368fa4c0afeeb58d9ef67a255ae2e7c3a2defd3c.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 e42b5564d..f8f182548 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -33,6 +33,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> |