diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/knob.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 49eb254c7..a8a3a9df8 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -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> |