]> 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:31:08 +0000 (00:31 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 1 Aug 2010 22:31:08 +0000 (00:31 +0200)
r=timello a=LpSolit

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

index cbeb72cf890d6c98c40a2fb6ffeef6ba9c56cfb7..aebfb1d495d910c290d2f98a41a3cc3ccb58e93e 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>