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

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

index 31591ec5a4845abb80de189bc8ab6d45884db53f..4ebc7194cc6fa9d788e7b01dc3babddfbd3d212b 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>