]> 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 22:22:27 +0000 (00:22 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 27 May 2012 22:22:27 +0000 (00:22 +0200)
r/a=LpSolit

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

index ad15e7311e2bb780d253883094898653b141f5bf..cfb5a64e47199725c8a384f8e643a98eb36ee880 100644 (file)
@@ -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>