comparison pylons_app/templates/index.html @ 371:5cd6616b8673

routes python 2.5 compatible added my account settings, some changes to routes mappers for settings to more custom ones
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Jul 2010 01:44:39 +0200
parents 558eb7c5028f
children 3171614c0067
comparison
equal deleted inserted replaced
370:5df93e22eec0 371:5cd6616b8673
25 25
26 <div class="box"> 26 <div class="box">
27 <!-- box / title --> 27 <!-- box / title -->
28 <div class="title"> 28 <div class="title">
29 <h5>${_('Dashboard')}</h5> 29 <h5>${_('Dashboard')}</h5>
30 ##%if h.HasPermissionAll('repository.create')():
31 <ul class="links">
32 <li>
33 <span>${h.link_to(u'ADD NEW REPO',h.url('new_repo'),class_="add_icon")}</span>
34 </li>
35 </ul>
36 ##%endif
30 </div> 37 </div>
31 <!-- end box / title --> 38 <!-- end box / title -->
32 <div class="table"> 39 <div class="table">
33 <table> 40 <table>
34 <thead> 41 <thead>