Mercurial > public > src > rhodecode
changeset 146:8bd3ce1dace3
fixed summary template
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Mon, 10 May 2010 23:23:12 +0200 |
parents | 3f01d02c2cc6 |
children | 873fd2dc62c2 |
files | pylons_app/templates/summary.html |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylons_app/templates/summary.html Mon May 10 23:12:45 2010 +0200 +++ b/pylons_app/templates/summary.html Mon May 10 23:23:12 2010 +0200 @@ -89,7 +89,6 @@ %for cnt,tag in enumerate(c.repo_tags): <tr class="parity${cnt%2}"> <td>${tag._ctx.date()|n,filters.age}</td> - <td></td> <td> <span class="logtags"> <span class="tagtag">${h.link_to(tag.tags[-1],h.url('changeset_home',repo_name=c.repo_name,revision=tag._short))}</span> @@ -109,7 +108,6 @@ %for cnt,branch in enumerate(c.repo_branches): <tr class="parity${cnt%2}"> <td>${branch._ctx.date()|n,filters.age}</td> - <td></td> <td> <span class="logtags"> <span class="branchtag">${h.link_to(branch.branch,h.url('changeset_home',repo_name=c.repo_name,revision=branch._short))}</span>