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