Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r--app/views/groups/edit.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index f3e2638d350..e04b5ba7ef4 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -18,7 +18,7 @@
.tab-content
.tab-pane.active#tab-edit
.panel.panel-default
- .title
+ .panel-heading
%strong= @group.name
group settings:
%div.form-holder
@@ -62,7 +62,7 @@
.tab-pane#tab-projects
.panel.panel-default
- .title
+ .panel-heading
%strong= @group.name
projects:
- if can? current_user, :manage_group, @group
@@ -85,7 +85,7 @@
.tab-pane#tab-remove
.panel.panel-default.panel.panel-default-danger
- .title Remove group
+ .panel-heading Remove group
.body
%p
Removing group will cause all child projects and resources to be removed.