Changeset - a72fb7d330bd
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-05-16 19:00:21
marcin@python-works.com
fixed index html
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pylons_app/templates/index.html
Show inline comments
 
@@ -7,14 +7,16 @@ from pylons_app.lib import filters
 
    ${c.repos_prefix} Mercurial Repositories
 
</%def>
 
<%def name="breadcrumbs()">
 
	${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)">
 
		<%name_slug = name.lower().replace(' ','_') %>
 
		%if name_slug == c.cs_slug:
 
			<span style="font-weight: bold;color:#006699">${name}</span>
0 comments (0 inline, 0 general)