Commit 1c61f36f authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 465741: Resolution display at top of bug doesn't display what the duplicate…

Bug 465741: Resolution display at top of bug doesn't display what the duplicate bug is - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent a9cc2532
......@@ -434,8 +434,7 @@
[% IF bug.resolution %]
[%+ get_resolution(bug.resolution) FILTER html %]
[% IF bug.dup_id %]
<span id="duplicate_display">of
[% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]</span>
of [% "${terms.bug} ${bug.dup_id}" FILTER bug_link(bug.dup_id) FILTER none %]
[% END %]
[% END %]
[% IF bug.user.canedit || bug.user.isreporter %]
......
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