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))}