[Piuparts-commits] rev 628 - piatti/org/piuparts.debian.org/htdocs trunk
Holger Levsen
holger at alioth.debian.org
Wed Jan 6 14:24:00 UTC 2010
Author: holger
Date: 2010-01-06 14:23:59 +0000 (Wed, 06 Jan 2010)
New Revision: 628
Modified:
piatti/org/piuparts.debian.org/htdocs/style.css
trunk/piuparts-report.py
Log:
emphasize submitted bugs and thus, unsubmitted ones too
Modified: piatti/org/piuparts.debian.org/htdocs/style.css
===================================================================
--- piatti/org/piuparts.debian.org/htdocs/style.css 2010-01-05 15:38:25 UTC (rev 627)
+++ piatti/org/piuparts.debian.org/htdocs/style.css 2010-01-06 14:23:59 UTC (rev 628)
@@ -173,6 +173,11 @@
background-color:#e0c0d0;
}
+#bugged {
+ background-color:#e0c0d0;
+}
+
+
a:link {
color: #0000FF;
text-decoration: none;
Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py 2010-01-05 15:38:25 UTC (rev 627)
+++ trunk/piuparts-report.py 2010-01-06 14:23:59 UTC (rev 628)
@@ -872,7 +872,7 @@
if count_bugged != 0 or count_failed != 0:
substats = ": "
if count_bugged != 0:
- substats += "%s bugged" % count_bugged
+ substats += "<div id=\"bugged\">%s bugged</div>" % count_bugged
if count_bugged != 0 and count_failed != 0:
substats += ", "
if count_failed != 0:
More information about the Piuparts-commits
mailing list