Show More
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_('Admin'),h.url('admin_home'))} |
|
10 | 10 | » |
|
11 |
${_(' |
|
|
11 | ${_('defaults')} | |
|
12 | 12 | </%def> |
|
13 | 13 | |
|
14 | 14 | <%def name="page_nav()"> |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_('Admin'),h.url('admin_home'))} |
|
10 | 10 | » |
|
11 |
${_(' |
|
|
11 | ${_('ldap')} | |
|
12 | 12 | </%def> |
|
13 | 13 | |
|
14 | 14 | <%def name="page_nav()"> |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_('Admin'),h.url('admin_home'))} |
|
10 | 10 | » |
|
11 |
${_(' |
|
|
11 | ${_('permissions')} | |
|
12 | 12 | </%def> |
|
13 | 13 | |
|
14 | 14 | <%def name="page_nav()"> |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
10 | 10 | » |
|
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | 12 | » |
|
13 | 13 | ${_('edit')} |
|
14 | 14 | </%def> |
@@ -7,7 +7,9 b'' | |||
|
7 | 7 | |
|
8 | 8 | |
|
9 | 9 | <%def name="breadcrumbs_links()"> |
|
10 |
${h.link_to(_('Admin'),h.url('admin_home'))} |
|
|
10 | ${h.link_to(_('Admin'),h.url('admin_home'))} | |
|
11 | » | |
|
12 | ${_('repositories groups')} | |
|
11 | 13 | </%def> |
|
12 | 14 | <%def name="page_nav()"> |
|
13 | 15 | ${self.menu('admin')} |
@@ -6,7 +6,9 b'' | |||
|
6 | 6 | </%def> |
|
7 | 7 | |
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 |
${h.link_to(_('Admin'),h.url('admin_home'))} |
|
|
9 | ${h.link_to(_('Admin'),h.url('admin_home'))} | |
|
10 | » | |
|
11 | ${_('settings')} | |
|
10 | 12 | </%def> |
|
11 | 13 | |
|
12 | 14 | <%def name="page_nav()"> |
@@ -6,7 +6,9 b'' | |||
|
6 | 6 | </%def> |
|
7 | 7 | |
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 |
${h.link_to(_('Admin'),h.url('admin_home'))} |
|
|
9 | ${h.link_to(_('Admin'),h.url('admin_home'))} | |
|
10 | » | |
|
11 | ${_('users groups')} | |
|
10 | 12 | </%def> |
|
11 | 13 | |
|
12 | 14 | <%def name="page_nav()"> |
@@ -10,7 +10,7 b'' | |||
|
10 | 10 | <input class="q_filter_box" id="q_filter_bookmarks" size="15" type="text" name="filter" value="${_('quick filter...')}"/> |
|
11 | 11 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
12 | 12 | » |
|
13 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
13 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
14 | 14 | » |
|
15 | 15 | ${_('bookmarks')} |
|
16 | 16 | </%def> |
@@ -9,7 +9,7 b'' | |||
|
9 | 9 | <input class="q_filter_box" id="q_filter_branches" size="15" type="text" name="filter" value="${_('quick filter...')}"/> |
|
10 | 10 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
11 | 11 | » |
|
12 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
12 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
13 | 13 | » |
|
14 | 14 | ${_('branches')} |
|
15 | 15 | </%def> |
@@ -9,10 +9,10 b'' | |||
|
9 | 9 | <%def name="breadcrumbs_links()"> |
|
10 | 10 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
11 | 11 | » |
|
12 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
12 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
13 | 13 | » |
|
14 | 14 | <% size = c.size if c.size <= c.total_cs else c.total_cs %> |
|
15 |
${_(' |
|
|
15 | ${_('changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)} | |
|
16 | 16 | </%def> |
|
17 | 17 | |
|
18 | 18 | <%def name="page_nav()"> |
@@ -9,9 +9,9 b'' | |||
|
9 | 9 | <%def name="breadcrumbs_links()"> |
|
10 | 10 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
11 | 11 | » |
|
12 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
12 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
13 | 13 | » |
|
14 |
${_(' |
|
|
14 | ${_('changeset')} - <span class='hash'>r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}</span> | |
|
15 | 15 | </%def> |
|
16 | 16 | |
|
17 | 17 | <%def name="page_nav()"> |
@@ -8,9 +8,9 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
10 | 10 | » |
|
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | 12 | » |
|
13 |
${_(' |
|
|
13 | ${_('compare')} | |
|
14 | 14 | </%def> |
|
15 | 15 | |
|
16 | 16 | <%def name="page_nav()"> |
@@ -7,7 +7,7 b'' | |||
|
7 | 7 | <%def name="breadcrumbs_links()"> |
|
8 | 8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | 9 | » |
|
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 | 11 | » |
|
12 | 12 | ${_('files')} |
|
13 | 13 | %if c.file: |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
10 | 10 | » |
|
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | 12 | » |
|
13 | 13 | ${_('followers')} |
|
14 | 14 | </%def> |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
10 | 10 | » |
|
11 | ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | 12 | » |
|
13 | 13 | ${_('fork')} |
|
14 | 14 | </%def> |
@@ -8,7 +8,7 b'' | |||
|
8 | 8 | <%def name="breadcrumbs_links()"> |
|
9 | 9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
10 | 10 | » |
|
11 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
11 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
12 | 12 | » |
|
13 | 13 | ${_('forks')} |
|
14 | 14 | </%def> |
@@ -7,9 +7,9 b'' | |||
|
7 | 7 | <%def name="breadcrumbs_links()"> |
|
8 | 8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | 9 | » |
|
10 | ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} | |
|
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
11 | 11 | » |
|
12 |
${_(' |
|
|
12 | ${_('new pull request')} | |
|
13 | 13 | </%def> |
|
14 | 14 | |
|
15 | 15 | <%def name="main()"> |
@@ -7,9 +7,9 b'' | |||
|
7 | 7 | <%def name="breadcrumbs_links()"> |
|
8 | 8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | 9 | » |
|
10 | ${h.link_to(c.repo_name,h.url('changelog_home',repo_name=c.repo_name))} | |
|
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
11 | 11 | » |
|
12 |
${_(' |
|
|
12 | ${_('pull requests')} | |
|
13 | 13 | </%def> |
|
14 | 14 | |
|
15 | 15 | <%def name="main()"> |
@@ -13,11 +13,11 b'' | |||
|
13 | 13 | %if c.repo_name: |
|
14 | 14 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
15 | 15 | » |
|
16 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
16 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
17 | 17 | » |
|
18 |
${_(' |
|
|
18 | ${_('search')} | |
|
19 | 19 | %else: |
|
20 |
${_(' |
|
|
20 | ${_('search in all repositories')} | |
|
21 | 21 | %endif |
|
22 | 22 | %if c.cur_query: |
|
23 | 23 | » |
@@ -9,7 +9,7 b'' | |||
|
9 | 9 | <%def name="breadcrumbs_links()"> |
|
10 | 10 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
11 | 11 | » |
|
12 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
12 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
13 | 13 | » |
|
14 | 14 | %if c.file_history: |
|
15 | 15 | ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))} |
@@ -7,7 +7,7 b'' | |||
|
7 | 7 | <%def name="breadcrumbs_links()"> |
|
8 | 8 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | 9 | » |
|
10 | ${h.repo_link(c.dbrepo.groups_and_repo)} | |
|
10 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
11 | 11 | » |
|
12 | 12 | ${_('summary')} |
|
13 | 13 | </%def> |
@@ -10,7 +10,7 b'' | |||
|
10 | 10 | <input class="q_filter_box" id="q_filter_tags" size="15" type="text" name="filter" value="${_('quick filter...')}"/> |
|
11 | 11 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
12 | 12 | » |
|
13 | ${h.link_to(c.repo_name,h.url('summary_home',repo_name=c.repo_name))} | |
|
13 | ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)} | |
|
14 | 14 | » |
|
15 | 15 | ${_('tags')} |
|
16 | 16 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now