repo-groups: make panel titles more consistent
This commit is contained in:
parent
56e122f07d
commit
7a737fd146
4 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@
|
|||
%if c.repo:
|
||||
${_('Current Integrations for Repository: {repo_name}').format(repo_name=c.repo.repo_name)}
|
||||
%elif c.repo_group:
|
||||
${_('Current Integrations for repository group: {repo_group_name}').format(repo_group_name=c.repo_group.group_name)}
|
||||
${_('Repository Group Integrations: {}').format(c.repo_group.group_name)}</h3>
|
||||
%else:
|
||||
${_('Current Integrations')}
|
||||
%endif
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">${_('Repository Group: %s') % c.repo_group.group_name}</h3>
|
||||
<h3 class="panel-title">${_('Repository Group Advanced: {}').format(c.repo_group.name)}</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
${base.dt_info_panel(elems)}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">${_('Repository Group Permissions')}</h3>
|
||||
<h3 class="panel-title">${_('Repository Group Permissions: {}').format(c.repo_group.name)}</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
${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 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">${_('Settings for Repository Group: %s') % c.repo_group.name}</h3>
|
||||
<h3 class="panel-title">${_('Repository Group Settings: {}').format(c.repo_group.name)}</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
${h.secure_form(h.route_path('edit_repo_group', repo_group_name=c.repo_group.group_name), request=request)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue