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 @@
[% IF isnew %]
<tr>
<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>
[% ELSE %]
<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