##// END OF EJS Templates
fixed html in admin templates. Litle refactors
marcink -
r174:fec7d070 default
parent child Browse files
Show More
@@ -15,9 +15,9 b''
15 ${_('Repository managment')}
15 ${_('Repository managment')}
16 </%def>
16 </%def>
17 <%def name="breadcrumbs()">
17 <%def name="breadcrumbs()">
18 ${h.link_to(u'Home',h.url('/'))}
18 ${h.link_to(u'Admin',h.url('admin_home'))}
19 /
19 /
20 ${h.link_to(u'Admin',h.url('admin_home'))}
20
21 </%def>
21 </%def>
22 <%def name="page_nav()">
22 <%def name="page_nav()">
23 <ul class="page-nav">
23 <ul class="page-nav">
@@ -6,9 +6,8 b''
6 </%def>
6 </%def>
7
7
8 <%def name="breadcrumbs()">
8 <%def name="breadcrumbs()">
9 ${h.link_to(u'Home',h.url('/'))}
9 ${h.link_to(u'Admin',h.url('admin_home'))}
10 /
10 /
11 ${h.link_to(u'Admin',h.url('admin_home'))}
12 </%def>
11 </%def>
13
12
14 <%def name="page_nav()">
13 <%def name="page_nav()">
@@ -3,8 +3,6 b''
3 ${_('Repository managment')}
3 ${_('Repository managment')}
4 </%def>
4 </%def>
5 <%def name="breadcrumbs()">
5 <%def name="breadcrumbs()">
6 ${h.link_to(u'Home',h.url('/'))}
7 /
8 ${h.link_to(u'Admin',h.url('admin_home'))}
6 ${h.link_to(u'Admin',h.url('admin_home'))}
9 /
7 /
10 ${h.link_to(u'Repos managment',h.url('repos'))}
8 ${h.link_to(u'Repos managment',h.url('repos'))}
@@ -3,8 +3,6 b''
3 ${_('Repository managment')}
3 ${_('Repository managment')}
4 </%def>
4 </%def>
5 <%def name="breadcrumbs()">
5 <%def name="breadcrumbs()">
6 ${h.link_to(u'Home',h.url('/'))}
7 /
8 ${h.link_to(u'Admin',h.url('admin_home'))}
6 ${h.link_to(u'Admin',h.url('admin_home'))}
9 /
7 /
10 ${h.link_to(u'Repos managment',h.url('repos'))}
8 ${h.link_to(u'Repos managment',h.url('repos'))}
@@ -3,8 +3,6 b''
3 ${_('User')} - ${_('add new')}
3 ${_('User')} - ${_('add new')}
4 </%def>
4 </%def>
5 <%def name="breadcrumbs()">
5 <%def name="breadcrumbs()">
6 ${h.link_to(u'Home',h.url('/'))}
7 /
8 ${h.link_to(u'Admin',h.url('admin_home'))}
6 ${h.link_to(u'Admin',h.url('admin_home'))}
9 /
7 /
10 ${h.link_to(u'Users',h.url('users'))}
8 ${h.link_to(u'Users',h.url('users'))}
@@ -3,8 +3,6 b''
3 ${_('User')} - ${c.user.username}
3 ${_('User')} - ${c.user.username}
4 </%def>
4 </%def>
5 <%def name="breadcrumbs()">
5 <%def name="breadcrumbs()">
6 ${h.link_to(u'Home',h.url('/'))}
7 /
8 ${h.link_to(u'Admin',h.url('admin_home'))}
6 ${h.link_to(u'Admin',h.url('admin_home'))}
9 /
7 /
10 ${h.link_to(u'Users',h.url('users'))}
8 ${h.link_to(u'Users',h.url('users'))}
@@ -1,10 +1,8 b''
1 <%inherit file="/base/base.html"/>
1 <%inherit file="/base/base.html"/>
2 <%def name="title()">
2 <%def name="title()">
3 ${_('Repository managment')}
3 ${_('Users managment')}
4 </%def>
4 </%def>
5 <%def name="breadcrumbs()">
5 <%def name="breadcrumbs()">
6 ${h.link_to(u'Home',h.url('/'))}
7 /
8 ${h.link_to(u'Admin',h.url('admin_home'))}
6 ${h.link_to(u'Admin',h.url('admin_home'))}
9 /
7 /
10 ${h.link_to(u'Users managment',h.url('users'))}
8 ${h.link_to(u'Users managment',h.url('users'))}
General Comments 0
You need to be logged in to leave comments. Login now