comparison rhodecode/templates/admin/repos/repos.html @ 581:136ad719d9e2

fixed bug when autocomplete could not display names (hidden by div) fixed repo switch autostrech bug some other tweeks for templates
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 01:47:43 +0200
parents 1e757ac98988
children a1ec653f5f95
comparison
equal deleted inserted replaced
580:7dbeb55fe533 581:136ad719d9e2
17 <!-- box / title --> 17 <!-- box / title -->
18 <div class="title"> 18 <div class="title">
19 ${self.breadcrumbs()} 19 ${self.breadcrumbs()}
20 <ul class="links"> 20 <ul class="links">
21 <li> 21 <li>
22 <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'),class_="add_icon")}</span> 22 <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'))}</span>
23 </li> 23 </li>
24 </ul> 24 </ul>
25 </div> 25 </div>
26 <!-- end box / title --> 26 <!-- end box / title -->
27 <div class="table"> 27 <div class="table">