comparison pylons_app/templates/index.html @ 524:63212fea2471

a lot of fixes in templates, added options to each repository showing fork/serach/settings fixed emtpy changeset (again !)
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Sep 2010 22:36:53 +0200
parents b50e79b4257a
children 6fc59ac322ca
comparison
equal deleted inserted replaced
523:d64a3ab18845 524:63212fea2471
29 <div class="title"> 29 <div class="title">
30 <h5>${_('Dashboard')}</h5> 30 <h5>${_('Dashboard')}</h5>
31 %if h.HasPermissionAny('hg.admin','hg.create.repository')(): 31 %if h.HasPermissionAny('hg.admin','hg.create.repository')():
32 <ul class="links"> 32 <ul class="links">
33 <li> 33 <li>
34 <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('admin_settings_create_repository'),class_="add_icon")}</span> 34 <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'),class_="add_icon")}</span>
35 </li> 35 </li>
36 </ul> 36 </ul>
37 %endif 37 %endif
38 </div> 38 </div>
39 <!-- end box / title --> 39 <!-- end box / title -->