]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link when...
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 1 Aug 2010 22:33:29 +0000 (00:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 1 Aug 2010 22:33:29 +0000 (00:33 +0200)
r=timello a=LpSolit

template/en/default/list/list.html.tmpl

index 696e868a49593d90aa4254d7ad181a4ebf092464..941b34aa3c2b31df324a4af3c6b7110b816ab227 100644 (file)
   </tr>
 </table>
 
-[% IF one_product.defined %]
+[% IF one_product.defined && bugs.size %]
   <p class="bz_query_single_product">
     [% PROCESS enter_bug_link %]
   </p>