# HG changeset patch # User Marcin Kuzminski # Date 2010-05-21 18:27:28 # Node ID fec7d0707e7210a5de5e0cd27dba5b2d219eddeb # Parent 7c96c0783d43e19c16f99e17f02358aa41c45580 fixed html in admin templates. Litle refactors diff --git a/pylons_app/templates/admin/admin.html b/pylons_app/templates/admin/admin.html --- a/pylons_app/templates/admin/admin.html +++ b/pylons_app/templates/admin/admin.html @@ -15,9 +15,9 @@ ${_('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'Admin',h.url('admin_home'))} + <%def name="page_nav()">