# HG changeset patch # User Marcin Kuzminski # Date 1273526592 -7200 # Node ID 8bd3ce1dace325c0ee43cacb948ea4f89e1efdfd # Parent 3f01d02c2cc63eed7820797c4409348ab7d1f5ce fixed summary template diff -r 3f01d02c2cc6 -r 8bd3ce1dace3 pylons_app/templates/summary.html --- 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): ${tag._ctx.date()|n,filters.age} - ${h.link_to(tag.tags[-1],h.url('changeset_home',repo_name=c.repo_name,revision=tag._short))} @@ -109,7 +108,6 @@ %for cnt,branch in enumerate(c.repo_branches): ${branch._ctx.date()|n,filters.age} - ${h.link_to(branch.branch,h.url('changeset_home',repo_name=c.repo_name,revision=branch._short))}