comparison pylons_app/templates/index.html @ 375:3e55d9981c0e

templating fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Jul 2010 23:38:06 +0200
parents 6725742f029a
children ca54622e39a1
comparison
equal deleted inserted replaced
374:6725742f029a 375:3e55d9981c0e
28 <div class="title"> 28 <div class="title">
29 <h5>${_('Dashboard')}</h5> 29 <h5>${_('Dashboard')}</h5>
30 ##%if h.HasPermissionAll('repository.create')(): 30 ##%if h.HasPermissionAll('repository.create')():
31 <ul class="links"> 31 <ul class="links">
32 <li> 32 <li>
33 <span>${h.link_to(u'ADD NEW REPO',h.url('new_repo'),class_="add_icon")}</span> 33 <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'),class_="add_icon")}</span>
34 </li> 34 </li>
35 </ul> 35 </ul>
36 ##%endif 36 ##%endif
37 </div> 37 </div>
38 <!-- end box / title --> 38 <!-- end box / title -->