diff rhodecode/templates/summary/summary.html @ 2492:79818f546538 beta

i18n 'Home' in breadcrumbs
author Takumi IINO <trot.thunder@gmail.com>
date Wed, 20 Jun 2012 11:56:14 +0000
parents f467c75544af
children 370ed7829168
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Wed Jun 20 00:06:00 2012 +0200
+++ b/rhodecode/templates/summary/summary.html	Wed Jun 20 11:56:14 2012 +0000
@@ -5,7 +5,7 @@
 </%def>
 
 <%def name="breadcrumbs_links()">
-    ${h.link_to(u'Home',h.url('/'))}
+    ${h.link_to(_(u'Home'),h.url('/'))}
     &raquo;
     ${h.link_to(c.dbrepo.just_name,h.url('summary_home',repo_name=c.repo_name))}
     &raquo;