# HG changeset patch # User Marcin Kuzminski # Date 1274466448 -7200 # Node ID fec7d0707e7210a5de5e0cd27dba5b2d219eddeb # Parent 7c96c0783d43e19c16f99e17f02358aa41c45580 fixed html in admin templates. Litle refactors diff -r 7c96c0783d43 -r fec7d0707e72 pylons_app/templates/admin/add.html --- a/pylons_app/templates/admin/add.html Fri May 21 03:03:09 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -## -*- coding: utf-8 -*- -<%inherit file="/base/base.html"/> - -<%def name="title()"> - ${_('Add new repository')} - - -<%def name="breadcrumbs()"> - ${h.link_to(u'Home',h.url('/'))} - / - ${h.link_to(u'Admin',h.url('admin_home'))} - - -<%def name="page_nav()"> - - - -<%def name="main()"> - - - - - - - -

${c.msg}

${c.new_repo}

- - - - - - - - - - - - - - - diff -r 7c96c0783d43 -r fec7d0707e72 pylons_app/templates/admin/admin.html --- a/pylons_app/templates/admin/admin.html Fri May 21 03:03:09 2010 +0200 +++ b/pylons_app/templates/admin/admin.html Fri May 21 20:27:28 2010 +0200 @@ -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()">