[Blends-commit] [SCM] website branch, master, updated. 9eca223d4da8d1a225bff43974613fbe81c6f1bd

Andreas Tille tille at debian.org
Thu Aug 1 21:38:41 UTC 2013


The following commit has been merged in the master branch:
commit df4f4d9ae24a193daa813c8fc6c49b1ed9d7cd3e
Author: Andreas Tille <tille at debian.org>
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



More information about the Blends-commit mailing list