Merge lp:~mathiaz/server-sru-tracker/visual-improvements into lp:server-sru-tracker

Proposed by Mathias Gug
Status: Needs review
Proposed branch: lp:~mathiaz/server-sru-tracker/visual-improvements
Merge into: lp:server-sru-tracker
Diff against target: 31 lines (+9/-1)
1 file modified
sru-report (+9/-1)
To merge this branch: bzr merge lp:~mathiaz/server-sru-tracker/visual-improvements
Reviewer Review Type Date Requested Status
Chuck Short Pending
Review via email: mp+29329@code.launchpad.net

Description of the change

Some textual improvements.

To post a comment you must log in.

Unmerged revisions

47. By Mathias Gug

Fix accepted age column in unassigned bug list. Add link to LP project. Add navigational elements.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'sru-report'
--- sru-report 2010-06-22 14:01:54 +0000
+++ sru-report 2010-07-06 19:28:28 +0000
@@ -159,11 +159,14 @@
159159
160def write_unassigned_table(table):160def write_unassigned_table(table):
161 print '''161 print '''
162<center>
163[<a href='#assigned'>Assigned SRU</a>| <a href='#unassigned'>Unassigned SRU</a> ]
164</center>
162<a name='unassigned'></a>165<a name='unassigned'></a>
163<h2> Unassigned Bugs </h2></a>166<h2> Unassigned Bugs </h2></a>
164<table border='1' id='icons' class='sortable'>167<table border='1' id='icons' class='sortable'>
165<th><b>Bug</b></th>168<th><b>Bug</b></th>
166<th><b>Assigned Age</b></th>169<th><b>Accepted age</b></th>
167<th><b>Package</b></th>170<th><b>Package</b></th>
168<th><b>Release</b></th>171<th><b>Release</b></th>
169<th><b>Title</b></th>172<th><b>Title</b></th>
@@ -236,6 +239,11 @@
236 write_unassigned_table(table)239 write_unassigned_table(table)
237240
238 print '''241 print '''
242<center>
243[<a href='#assigned'>Assigned SRU</a>| <a href='#unassigned'>Unassigned SRU</a> ]
244</center>
245<a href="https://launchpad.net/server-sru-tracker">Server SRU tracker project
246on Launchpad</a>
239</body>247</body>
240</html>248</html>
241'''249'''

Subscribers

People subscribed via source and target branches

to all changes: