changeset 157:a72fb7d330bd

fixed index html
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 16 May 2010 19:00:21 +0200
parents 3985d769c0c8
children f905f45c457e
files pylons_app/templates/index.html
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/index.html	Sun May 16 15:37:42 2010 +0200
+++ b/pylons_app/templates/index.html	Sun May 16 19:00:21 2010 +0200
@@ -10,8 +10,10 @@
 	${c.repos_prefix} Mercurial Repositories
 </%def>
 <%def name="page_nav()">
-	<li class="current">${_('Home')}</li>
-	<li>${h.link_to(u'Admin',h.url('admin_home'))}</li>
+	<ul class="page-nav">
+		<li class="current">${_('Home')}</li>
+		<li>${h.link_to(u'Admin',h.url('admin_home'))}</li>
+	</ul>
 </%def>
 <%def name="main()">
 	<%def name="get_sort(name)">