Show More
@@ -9,10 +9,6 b'' | |||||
9 | </%def> |
|
9 | </%def> | |
10 |
|
10 | |||
11 | <%def name="breadcrumbs_links()"> |
|
11 | <%def name="breadcrumbs_links()"> | |
12 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
13 | » |
|
|||
14 | ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} |
|
|||
15 | » |
|
|||
16 | ${_('Settings')} |
|
12 | ${_('Settings')} | |
17 | </%def> |
|
13 | </%def> | |
18 |
|
14 |
@@ -7,7 +7,7 b'' | |||||
7 | </%def> |
|
7 | </%def> | |
8 |
|
8 | |||
9 | <%def name="breadcrumbs_links()"> |
|
9 | <%def name="breadcrumbs_links()"> | |
10 |
${_(' |
|
10 | ${_('Changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span> | |
11 | </%def> |
|
11 | </%def> | |
12 |
|
12 | |||
13 | <%def name="page_nav()"> |
|
13 | <%def name="page_nav()"> |
@@ -6,10 +6,6 b'' | |||||
6 | </%def> |
|
6 | </%def> | |
7 |
|
7 | |||
8 | <%def name="breadcrumbs_links()"> |
|
8 | <%def name="breadcrumbs_links()"> | |
9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
10 | » |
|
|||
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} |
|
|||
12 | » |
|
|||
13 | ${_('Changesets')} - r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)} -> r${c.cs_ranges[-1].revision}:${h.short_id(c.cs_ranges[-1].raw_id)} |
|
9 | ${_('Changesets')} - r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)} -> r${c.cs_ranges[-1].revision}:${h.short_id(c.cs_ranges[-1].raw_id)} | |
14 | </%def> |
|
10 | </%def> | |
15 |
|
11 |
@@ -6,11 +6,7 b'' | |||||
6 | </%def> |
|
6 | </%def> | |
7 |
|
7 | |||
8 | <%def name="breadcrumbs_links()"> |
|
8 | <%def name="breadcrumbs_links()"> | |
9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | ${_('Compare revisions')} | |
10 | » |
|
|||
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
|||
12 | » |
|
|||
13 | ${_('compare')} |
|
|||
14 | </%def> |
|
10 | </%def> | |
15 |
|
11 | |||
16 | <%def name="page_nav()"> |
|
12 | <%def name="page_nav()"> |
@@ -5,10 +5,6 b'' | |||||
5 | </%def> |
|
5 | </%def> | |
6 |
|
6 | |||
7 | <%def name="breadcrumbs_links()"> |
|
7 | <%def name="breadcrumbs_links()"> | |
8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
9 | » |
|
|||
10 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} |
|
|||
11 | » |
|
|||
12 | ${_('File diff')} r${c.changeset_1.revision}:${h.short_id(c.changeset_1.raw_id)} → r${c.changeset_2.revision}:${h.short_id(c.changeset_2.raw_id)} |
|
8 | ${_('File diff')} r${c.changeset_1.revision}:${h.short_id(c.changeset_1.raw_id)} → r${c.changeset_2.revision}:${h.short_id(c.changeset_2.raw_id)} | |
13 | </%def> |
|
9 | </%def> | |
14 |
|
10 |
@@ -12,11 +12,7 b'' | |||||
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 | ${_('Add file')} @ ${h.show_id(c.cs)} | |
16 | » |
|
|||
17 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} |
|
|||
18 | » |
|
|||
19 | ${_('add file')} @ ${h.show_id(c.cs)} |
|
|||
20 | </%def> |
|
16 | </%def> | |
21 |
|
17 | |||
22 | <%def name="main()"> |
|
18 | <%def name="main()"> |
@@ -12,11 +12,7 b'' | |||||
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 | ${_('Edit file')} @ ${h.show_id(c.cs)} | |
16 | » |
|
|||
17 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} |
|
|||
18 | » |
|
|||
19 | ${_('edit file')} @ ${h.show_id(c.cs)} |
|
|||
20 | </%def> |
|
16 | </%def> | |
21 |
|
17 | |||
22 | <%def name="main()"> |
|
18 | <%def name="main()"> |
@@ -6,11 +6,7 b'' | |||||
6 | </%def> |
|
6 | </%def> | |
7 |
|
7 | |||
8 | <%def name="breadcrumbs_links()"> |
|
8 | <%def name="breadcrumbs_links()"> | |
9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | ${_('Fork')} | |
10 | » |
|
|||
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
|||
12 | » |
|
|||
13 | ${_('fork')} |
|
|||
14 | </%def> |
|
10 | </%def> | |
15 |
|
11 | |||
16 | <%def name="main()"> |
|
12 | <%def name="main()"> |
@@ -5,11 +5,7 b'' | |||||
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 | ${_('New pull request')} | |
9 | » |
|
|||
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
|||
11 | » |
|
|||
12 | ${_('new pull request')} |
|
|||
13 | </%def> |
|
9 | </%def> | |
14 |
|
10 | |||
15 | <%def name="main()"> |
|
11 | <%def name="main()"> |
@@ -5,10 +5,6 b'' | |||||
5 | </%def> |
|
5 | </%def> | |
6 |
|
6 | |||
7 | <%def name="breadcrumbs_links()"> |
|
7 | <%def name="breadcrumbs_links()"> | |
8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
9 | » |
|
|||
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} |
|
|||
11 | » |
|
|||
12 | ${_('Pull request #%s') % c.pull_request.pull_request_id} |
|
8 | ${_('Pull request #%s') % c.pull_request.pull_request_id} | |
13 | </%def> |
|
9 | </%def> | |
14 |
|
10 |
@@ -9,10 +9,6 b'' | |||||
9 | </%def> |
|
9 | </%def> | |
10 |
|
10 | |||
11 | <%def name="breadcrumbs_links()"> |
|
11 | <%def name="breadcrumbs_links()"> | |
12 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
|||
13 | » |
|
|||
14 | ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} |
|
|||
15 | » |
|
|||
16 | ${_('Settings')} |
|
12 | ${_('Settings')} | |
17 | </%def> |
|
13 | </%def> | |
18 |
|
14 |
General Comments 0
You need to be logged in to leave comments.
Login now