comparison rhodecode/templates/files/files.html @ 3392:f74be3359044 beta

unified breadcrumbs display
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Feb 2013 01:53:15 +0100
parents b4f401524060
children 87c97fcea029
comparison
equal deleted inserted replaced
3391:f282c81ff532 3392:f74be3359044
5 </%def> 5 </%def>
6 6
7 <%def name="breadcrumbs_links()"> 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))} 8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo; 9 &raquo;
10 ${h.link_to(c.repo_name,h.url('files_home',repo_name=c.repo_name))} 10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo; 11 &raquo;
12 ${_('files')} 12 ${_('files')}
13 %if c.file: 13 %if c.file:
14 @ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)} 14 @ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
15 %endif 15 %endif