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/admin/groups/show.html.haml')
-rw-r--r--app/views/admin/groups/show.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 594762f495e..1bc73285094 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -7,7 +7,7 @@
%hr
.row
.col-md-6
- .ui-box
+ .panel.panel-default
.title
Group info:
%ul.well-list
@@ -29,7 +29,7 @@
%strong
= @group.created_at.stamp("March 1, 1999")
- .ui-box
+ .panel.panel-default
.title
Projects
%small
@@ -45,7 +45,7 @@
%span.monospace= project.path_with_namespace + ".git"
.col-md-6
- .ui-box
+ .panel.panel-default
.title
Add user(s) to the group:
.body.form-holder
@@ -60,7 +60,7 @@
= select_tag :group_access, options_for_select(UsersGroup.group_access_roles), class: "project-access-select select2"
%hr
= submit_tag 'Add users into group', class: "btn btn-create"
- .ui-box
+ .panel.panel-default
.title
%strong #{@group.name}
Group Members