diff pylons_app/templates/admin/admin.html @ 174:fec7d0707e72

fixed html in admin templates. Litle refactors
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 20:27:28 +0200
parents 96285f905073
children d69e19fc2795
line wrap: on
line diff
--- 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>
 <%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>
 <%def name="page_nav()">
 <ul class="page-nav">