##// END OF EJS Templates
clean-up of breadcrumbs on pages with repo context bar
Mads Kiilerich -
r3602:bb1eecda beta
parent child Browse files
Show More
@@ -9,10 +9,6 b''
9 9 </%def>
10 10
11 11 <%def name="breadcrumbs_links()">
12 ${h.link_to(_(u'Home'),h.url('/'))}
13 &raquo;
14 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
15 &raquo;
16 12 ${_('Settings')}
17 13 </%def>
18 14
@@ -7,7 +7,7 b''
7 7 </%def>
8 8
9 9 <%def name="breadcrumbs_links()">
10 ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span>
10 ${_('Changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span>
11 11 </%def>
12 12
13 13 <%def name="page_nav()">
@@ -6,10 +6,6 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
12 &raquo;
13 9 ${_('Changesets')} - r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)} -&gt; r${c.cs_ranges[-1].revision}:${h.short_id(c.cs_ranges[-1].raw_id)}
14 10 </%def>
15 11
@@ -6,11 +6,7 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
12 &raquo;
13 ${_('compare')}
9 ${_('Compare revisions')}
14 10 </%def>
15 11
16 12 <%def name="page_nav()">
@@ -5,10 +5,6 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
11 &raquo;
12 8 ${_('File diff')} r${c.changeset_1.revision}:${h.short_id(c.changeset_1.raw_id)} &rarr; r${c.changeset_2.revision}:${h.short_id(c.changeset_2.raw_id)}
13 9 </%def>
14 10
@@ -12,11 +12,7 b''
12 12 </%def>
13 13
14 14 <%def name="breadcrumbs_links()">
15 ${h.link_to(_(u'Home'),h.url('/'))}
16 &raquo;
17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 &raquo;
19 ${_('add file')} @ ${h.show_id(c.cs)}
15 ${_('Add file')} @ ${h.show_id(c.cs)}
20 16 </%def>
21 17
22 18 <%def name="main()">
@@ -12,11 +12,7 b''
12 12 </%def>
13 13
14 14 <%def name="breadcrumbs_links()">
15 ${h.link_to(_(u'Home'),h.url('/'))}
16 &raquo;
17 ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))}
18 &raquo;
19 ${_('edit file')} @ ${h.show_id(c.cs)}
15 ${_('Edit file')} @ ${h.show_id(c.cs)}
20 16 </%def>
21 17
22 18 <%def name="main()">
@@ -6,11 +6,7 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
12 &raquo;
13 ${_('fork')}
9 ${_('Fork')}
14 10 </%def>
15 11
16 12 <%def name="main()">
@@ -5,11 +5,7 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo;
12 ${_('new pull request')}
8 ${_('New pull request')}
13 9 </%def>
14 10
15 11 <%def name="main()">
@@ -5,10 +5,6 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo;
12 8 ${_('Pull request #%s') % c.pull_request.pull_request_id}
13 9 </%def>
14 10
@@ -9,10 +9,6 b''
9 9 </%def>
10 10
11 11 <%def name="breadcrumbs_links()">
12 ${h.link_to(_(u'Home'),h.url('/'))}
13 &raquo;
14 ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))}
15 &raquo;
16 12 ${_('Settings')}
17 13 </%def>
18 14
General Comments 0
You need to be logged in to leave comments. Login now