diff --git a/pylons_app/templates/admin/repos/repos.html b/pylons_app/templates/admin/repos/repos.html --- a/pylons_app/templates/admin/repos/repos.html +++ b/pylons_app/templates/admin/repos/repos.html @@ -3,8 +3,6 @@ ${_('Repository managment')} <%def name="breadcrumbs()"> - ${h.link_to(u'Home',h.url('/'))} - / ${h.link_to(u'Admin',h.url('admin_home'))} / ${h.link_to(u'Repos managment',h.url('repos'))}