diff 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
line wrap: on
line diff
--- a/rhodecode/templates/admin/repos/repos.html	Mon Oct 11 00:55:34 2010 +0200
+++ b/rhodecode/templates/admin/repos/repos.html	Mon Oct 11 01:47:43 2010 +0200
@@ -19,7 +19,7 @@
         ${self.breadcrumbs()}
         <ul class="links">
           <li>
-            <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'),class_="add_icon")}</span>
+            <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'))}</span>
           </li>          
         </ul>        
     </div>