Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 4696:57a64e591a00
Use bootstrap classes for displaying tables; bug.item is almost table free and uses bootstrap form classes and markup
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Sat, 15 Dec 2012 00:35:32 +0530 |
| parents | beb8d43f4d9d |
| children | 05fe39f1d823 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Fri Dec 14 18:22:27 2012 +0200 +++ b/roundup/cgi/templating.py Sat Dec 15 00:35:32 2012 +0530 @@ -1049,7 +1049,7 @@ if direction == 'ascending': l.reverse() - l[0:0] = ['<table class="history">' + l[0:0] = ['<table class="history table table-condensed table-striped">' '<tr><th colspan="4" class="header">', self._('History'), '</th></tr><tr>',
