diff 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
line wrap: on
line diff
--- a/pylons_app/templates/index.html	Wed Jul 28 20:10:39 2010 +0200
+++ b/pylons_app/templates/index.html	Wed Jul 28 23:38:06 2010 +0200
@@ -30,7 +30,7 @@
 	        ##%if h.HasPermissionAll('repository.create')():
 	        <ul class="links">
 	          <li>
-	            <span>${h.link_to(u'ADD NEW REPO',h.url('new_repo'),class_="add_icon")}</span>
+	            <span>${h.link_to(u'ADD NEW REPOSITORY',h.url('new_repo'),class_="add_icon")}</span>
 	          </li>          
 	        </ul>  	        
 	        ##%endif