The following commit has been merged in the master branch:
commit df4f4d9ae24a193daa813c8fc6c49b1ed9d7cd3e
Author: Andreas Tille <[email protected]>
Date:   Thu Aug 1 22:34:16 2013 +0200

    Do not create an entry for non-buggy packages

diff --git a/webtools/templates/bugs_udd.xhtml 
b/webtools/templates/bugs_udd.xhtml
index 5383e93..9636bff 100644
--- a/webtools/templates/bugs_udd.xhtml
+++ b/webtools/templates/bugs_udd.xhtml
@@ -93,7 +93,7 @@
            </div>
          <table class="${cssclass[category[status]]}">
            <py:for each="pkgbug in bugs_data[task][status]['sources']">
-<!--         <span py:if="pkgbug['sources'] != []">  -->
+             <span py:if="len(pkgbug['bugs']) > 0">
                <tr>
                  <td class="bugid" colspan="3">
                    <div class="bugsheadertable">
@@ -122,7 +122,7 @@
                    <td class="severity ${bug['severity']}">${bug['tags']}</td>
                  </tr>
                </py:for>
-<!--         </span> -->
+             </span>
            </py:for>
          </table>
        </span>

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to