Show More
@@ -1,23 +1,23 b'' | |||||
1 | ## -*- coding: utf-8 -*- |
|
1 | ## -*- coding: utf-8 -*- | |
2 | <%inherit file="/base/base.html"/> |
|
2 | <%inherit file="/base/base.html"/> | |
3 | <%def name="title()"> |
|
3 | <%def name="title()"> | |
4 |
${_(' |
|
4 | ${_('%s Group Dashboard') % c.group.group_name} · ${c.rhodecode_name} | |
5 | </%def> |
|
5 | </%def> | |
6 |
|
6 | |||
7 | <%def name="breadcrumbs()"> |
|
7 | <%def name="breadcrumbs()"> | |
8 | <span class="groups_breadcrumbs"> |
|
8 | <span class="groups_breadcrumbs"> | |
9 | ${h.link_to(_(u'Home'),h.url('/'))} |
|
9 | ${h.link_to(_(u'Home'),h.url('/'))} | |
10 | %if c.group.parent_group: |
|
10 | %if c.group.parent_group: | |
11 | » ${h.link_to(c.group.parent_group.name,h.url('repos_group_home',group_name=c.group.parent_group.group_name))} |
|
11 | » ${h.link_to(c.group.parent_group.name,h.url('repos_group_home',group_name=c.group.parent_group.group_name))} | |
12 | %endif |
|
12 | %endif | |
13 | » "${c.group.name}" ${_('with')} |
|
13 | » "${c.group.name}" ${_('with')} | |
14 | </span> |
|
14 | </span> | |
15 | </%def> |
|
15 | </%def> | |
16 |
|
16 | |||
17 | <%def name="page_nav()"> |
|
17 | <%def name="page_nav()"> | |
18 | ${self.menu('repositories')} |
|
18 | ${self.menu('repositories')} | |
19 | </%def> |
|
19 | </%def> | |
20 |
|
20 | |||
21 | <%def name="main()"> |
|
21 | <%def name="main()"> | |
22 | <%include file="/index_base.html" args="parent=self,short_repo_names=True"/> |
|
22 | <%include file="/index_base.html" args="parent=self,short_repo_names=True"/> | |
23 | </%def> |
|
23 | </%def> |
General Comments 0
You need to be logged in to leave comments.
Login now