summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/list/list.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 5ac715a0c..57775ba50 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -226,6 +226,12 @@
</tr>
</table>
+[% IF cgi.param('product').size == 1 %]
+ <p>
+ <a href="enter_bug.cgi?product=[% cgi.param('product') FILTER url_quote %]">Fill
+ a new [% terms.bug %] in the "[% cgi.param('product') FILTER html %]" product</a>
+ </p>
+[% END %]
[%############################################################################%]
[%# Page Footer #%]