]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 754981: Add a link pointing to the bug itself in HTML bugmails when only a commen...
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>
Sun, 27 May 2012 23:36:39 +0000 (01:36 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 27 May 2012 23:36:39 +0000 (01:36 +0200)
r/a=LpSolit

template/en/default/email/bugmail.html.tmpl

index e42b5564d857a4e0ba959fed8b8c191d1952fa7c..f8f182548e62a4e3d3f8d31a40266bc30497758c 100644 (file)
@@ -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>