Commit bbdce8cf authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 691697: There is no link pointing to the new bug in HTML bugmails

r=pyrzak a=LpSolit
parent 50ac3a20
...@@ -96,7 +96,13 @@ ...@@ -96,7 +96,13 @@
[% IF isnew %] [% IF isnew %]
<tr> <tr>
<th>[% field_label FILTER html %]</th> <th>[% field_label FILTER html %]</th>
<td>[% new_value FILTER html %]</td> <td>
[% IF change.field_name == "bug_id" %]
[% new_value FILTER bug_link(bug, full_url => 1) FILTER none %]
[% ELSE %]
[% new_value FILTER html %]
[% END %]
</td>
</tr> </tr>
[% ELSE %] [% ELSE %]
<tr> <tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment