From: Frédéric Buclin Date: Sun, 1 Aug 2010 22:33:29 +0000 (+0200) Subject: Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link when... X-Git-Tag: bugzilla-3.6.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a73bf8dda0163685e602323edc4daced8d7db1c;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 696e868a49..941b34aa3c 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -260,7 +260,7 @@ -[% IF one_product.defined %] +[% IF one_product.defined && bugs.size %]

[% PROCESS enter_bug_link %]