From: Frédéric Buclin Date: Sun, 1 Aug 2010 22:31:08 +0000 (+0200) Subject: Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link when... X-Git-Tag: bugzilla-3.7.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2dc64ae5a45d90b9ab0fbfaa5f83ab90dd733bc;p=thirdparty%2Fbugzilla.git Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link when the buglist is empty r=timello a=LpSolit --- diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index cbeb72cf89..aebfb1d495 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -261,7 +261,7 @@ -[% IF one_product.defined %] +[% IF one_product.defined && bugs.size %]

[% PROCESS enter_bug_link %]