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 | » | |
|
14 | ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} | |
|
15 | » | |
|
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 |
${_(' |
|
|
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 | » | |
|
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
12 | » | |
|
13 | 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 | 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 | » | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | » | |
|
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 | » | |
|
10 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
11 | » | |
|
12 | 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 | 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 | » | |
|
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)} | |
|
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 | » | |
|
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)} | |
|
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 | » | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | » | |
|
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 | » | |
|
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
11 | » | |
|
12 | ${_('new pull request')} | |
|
8 | ${_('New pull request')} | |
|
13 | 9 | </%def> |
|
14 | 10 | |
|
15 | 11 | <%def name="main()"> |
General Comments 0
You need to be logged in to leave comments.
Login now