summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-09-30 16:29:33 +0200
committerlpsolit%gmail.com <>2009-09-30 16:29:33 +0200
commit3e880f740c0ae5b786791893e1f72f1c28221f64 (patch)
treeee30a81c654de4c27f4b29dc2de5bdb0614d3879 /template/en
parentd75fb2a43a83f1ab3d29ff2f676c82086363dcf5 (diff)
downloadbugzilla-3e880f740c0ae5b786791893e1f72f1c28221f64.tar.gz
bugzilla-3e880f740c0ae5b786791893e1f72f1c28221f64.tar.xz
Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/bug/knob.html.tmpl3
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>