comparison rhodecode/templates/shortlog/shortlog.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 76d156bef5a2
children a520d542697e
comparison
equal deleted inserted replaced
2491:9fad28af93bd 2492:79818f546538
5 ${_('%s Shortlog') % c.repo_name} - ${c.rhodecode_name} 5 ${_('%s Shortlog') % c.repo_name} - ${c.rhodecode_name}
6 </%def> 6 </%def>
7 7
8 8
9 <%def name="breadcrumbs_links()"> 9 <%def name="breadcrumbs_links()">
10 ${h.link_to(u'Home',h.url('/'))} 10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo; 11 &raquo;
12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} 12 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
13 &raquo; 13 &raquo;
14 ${_('shortlog')} 14 ${_('shortlog')}
15 </%def> 15 </%def>