comparison rhodecode/templates/files/files_add.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 b4f401524060
comparison
equal deleted inserted replaced
2491:9fad28af93bd 2492:79818f546538
10 <%def name="css_extra()"> 10 <%def name="css_extra()">
11 <link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/> 11 <link rel="stylesheet" type="text/css" href="${h.url('/css/codemirror.css')}"/>
12 </%def> 12 </%def>
13 13
14 <%def name="breadcrumbs_links()"> 14 <%def name="breadcrumbs_links()">
15 ${h.link_to(u'Home',h.url('/'))} 15 ${h.link_to(_(u'Home'),h.url('/'))}
16 &raquo; 16 &raquo;
17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} 17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 &raquo; 18 &raquo;
19 ${_('add file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)} 19 ${_('add file')} @ R${c.cs.revision}:${h.short_id(c.cs.raw_id)}
20 </%def> 20 </%def>