Commit 3e880f74 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by…

Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
parent d75fb2a4
......@@ -95,6 +95,9 @@
><input id="dup_id" name="dup_id" size="6"
value="[% bug.dup_id FILTER html %]">
</span>
[% IF bug.dup_id %]
<noscript>[% bug.dup_id FILTER bug_link(bug.dup_id) FILTER none %]</noscript>
[% END %]
<div id="dup_id_discoverable" class="bz_default_hidden">
<a href="#" id="dup_id_discoverable_action">Mark as Duplicate</a>
</div>
......
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