Mercurial > treepkg
changeset 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 |
files | contrib/sawmill/web/templates/details.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/details.html Sun Sep 26 07:49:57 2010 +0000 +++ b/contrib/sawmill/web/templates/details.html Sun Sep 26 08:53:16 2010 +0000 @@ -87,7 +87,7 @@ if curr_date != last_date: last_date = curr_date %> -<tr class="date_row"><td colspan="6"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr> +<tr class="date_row"><td colspan="7"><%= pretty_time(last_date, "%Y-%m-%d") %> (times in UTC)</td></tr> <% # date changed %>