diff --git a/pylons_app/templates/branches/branches.html b/pylons_app/templates/branches/branches.html --- a/pylons_app/templates/branches/branches.html +++ b/pylons_app/templates/branches/branches.html @@ -11,14 +11,7 @@ ${_('branches')} %def> <%def name="page_nav()"> -
- - ${self.menu('branches')} + ${self.menu('branches')} %def> <%def name="main()"> diff --git a/pylons_app/templates/errors/error_404.html b/pylons_app/templates/errors/error_404.html --- a/pylons_app/templates/errors/error_404.html +++ b/pylons_app/templates/errors/error_404.html @@ -15,10 +15,7 @@ from pylons_app.lib import filters %def> <%def name="page_nav()"> -hg clone ${c.clone_repo_url}
${cs._ctx.date()|n,filters.age} | -${cs.author|n,filters.person} | -r${cs.revision} | -- ${h.link_to(message_slug(cs.message), - h.url('changeset_home',repo_name=c.repo_name,revision=cs._short), - title=cs.message)} - | -- | - -- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=cs._short))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=cs._short))} - | -
${tag._ctx.date()|n,filters.age} | -- | - -- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=tag._short))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=tag._short))} - | -
${branch._ctx.date()|n,filters.age} | -- | - -- ${h.link_to(_('changeset'),h.url('changeset_home',repo_name=c.repo_name,revision=branch._short))} - | - ${h.link_to(_('files'),h.url('files_home',repo_name=c.repo_name,revision=branch._short))} - | -