Mercurial > treepkg
comparison contrib/sawmill/web/templates/details.html @ 489:e7114ac643c3
sawmill: details view has seven columns not six. Was wrong in date rows.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Sun, 26 Sep 2010 08:53:16 +0000 |
parents | a0d19e20fb89 |
children | 73a2e603a23b |
comparison
equal
deleted
inserted
replaced
488:a0d19e20fb89 | 489:e7114ac643c3 |
---|---|
85 # for all track items | 85 # for all track items |
86 curr_date = date_from_datetime(track_item.build_start) | 86 curr_date = date_from_datetime(track_item.build_start) |
87 if curr_date != last_date: | 87 if curr_date != last_date: |
88 last_date = curr_date | 88 last_date = curr_date |
89 %> | 89 %> |
90 <tr class="date_row"><td colspan="6"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr> | 90 <tr class="date_row"><td colspan="7"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr> |
91 <% | 91 <% |
92 # date changed | 92 # date changed |
93 %> | 93 %> |
94 <tr class="<%= STATUS2CLASS.get(track_item.build_status, 'error') %>"> | 94 <tr class="<%= STATUS2CLASS.get(track_item.build_status, 'error') %>"> |
95 <td><%= STATUS2MSG.get(track_item.build_status, 'error') %></td> | 95 <td><%= STATUS2MSG.get(track_item.build_status, 'error') %></td> |