Show More
@@ -43,7 +43,7 b'' | |||
|
43 | 43 | %if c.repo: |
|
44 | 44 | ${_('Current Integrations for Repository: {repo_name}').format(repo_name=c.repo.repo_name)} |
|
45 | 45 | %elif c.repo_group: |
|
46 |
${_(' |
|
|
46 | ${_('Repository Group Integrations: {}').format(c.repo_group.group_name)}</h3> | |
|
47 | 47 | %else: |
|
48 | 48 | ${_('Current Integrations')} |
|
49 | 49 | %endif |
@@ -16,7 +16,7 b'' | |||
|
16 | 16 | |
|
17 | 17 | <div class="panel panel-default"> |
|
18 | 18 | <div class="panel-heading"> |
|
19 |
<h3 class="panel-title">${_('Repository Group |
|
|
19 | <h3 class="panel-title">${_('Repository Group Advanced: {}').format(c.repo_group.name)}</h3> | |
|
20 | 20 | </div> |
|
21 | 21 | <div class="panel-body"> |
|
22 | 22 | ${base.dt_info_panel(elems)} |
@@ -2,7 +2,7 b'' | |||
|
2 | 2 | |
|
3 | 3 | <div class="panel panel-default"> |
|
4 | 4 | <div class="panel-heading"> |
|
5 |
<h3 class="panel-title">${_('Repository Group Permissions |
|
|
5 | <h3 class="panel-title">${_('Repository Group Permissions: {}').format(c.repo_group.name)}</h3> | |
|
6 | 6 | </div> |
|
7 | 7 | <div class="panel-body"> |
|
8 | 8 | ${h.secure_form(h.route_path('edit_repo_group_perms_update', repo_group_name=c.repo_group.group_name), request=request)} |
@@ -3,7 +3,7 b'' | |||
|
3 | 3 | |
|
4 | 4 | <div class="panel panel-default"> |
|
5 | 5 | <div class="panel-heading"> |
|
6 |
<h3 class="panel-title">${_(' |
|
|
6 | <h3 class="panel-title">${_('Repository Group Settings: {}').format(c.repo_group.name)}</h3> | |
|
7 | 7 | </div> |
|
8 | 8 | <div class="panel-body"> |
|
9 | 9 | ${h.secure_form(h.route_path('edit_repo_group', repo_group_name=c.repo_group.group_name), request=request)} |
General Comments 0
You need to be logged in to leave comments.
Login now