# HG changeset patch # User Marcin Kuzminski # Date 2010-05-10 23:23:12 # Node ID 8bd3ce1dace325c0ee43cacb948ea4f89e1efdfd # Parent 3f01d02c2cc63eed7820797c4409348ab7d1f5ce fixed summary template diff --git a/pylons_app/templates/summary.html b/pylons_app/templates/summary.html --- a/pylons_app/templates/summary.html +++ b/pylons_app/templates/summary.html @@ -89,7 +89,6 @@ from pylons_app.lib import filters %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 @@ from pylons_app.lib import filters %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))}