status-report-scripts/review-templates bymonth.html,1.1,1.2

Jason ティビツ tibbs at fedoraproject.org
Thu Oct 15 18:47:56 UTC 2009


Author: tibbs

Update of /cvs/fedora/status-report-scripts/review-templates
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11899/review-templates

Modified Files:
	bymonth.html 
Log Message:
Add per-month counts in main new ticket view.
Fix colspan use in the month headings.



Index: bymonth.html
===================================================================
RCS file: /cvs/fedora/status-report-scripts/review-templates/bymonth.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bymonth.html	3 Oct 2009 17:14:45 -0000	1.1
+++ bymonth.html	15 Oct 2009 18:47:56 -0000	1.2
@@ -38,7 +38,7 @@
             </thead>
 
             <py:for each="month in months">
-            <tr colspan="5"><td><b>${month['month']}</b></td></tr>
+            <tr><td colspan="5"><b>${month['month']}</b></td></tr>
             <py:for each="bug in month['bugs']">
             <tr class="${bug['class']}">
                 <td>




More information about the fedora-extras-commits mailing list