diff rhodecode/templates/index.html @ 579:6d0474c7e645

more templates updates
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 00:52:13 +0200
parents b75b77ef649d
children a1ec653f5f95
line wrap: on
line diff
--- a/rhodecode/templates/index.html	Sun Oct 10 23:52:24 2010 +0200
+++ b/rhodecode/templates/index.html	Mon Oct 11 00:52:13 2010 +0200
@@ -31,7 +31,7 @@
 	        %if h.HasPermissionAny('hg.admin','hg.create.repository')():
 	        <ul class="links">
 	          <li>
-	            <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'),class_="add_icon")}</span>
+	            <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span>
 	          </li>          
 	        </ul>  	        
 	        %endif