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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:43:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 19:43:21 +0400
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/admin/groups/show.html.haml
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 1bc73285094..2b7dbfad59d 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -8,7 +8,7 @@
.row
.col-md-6
.panel.panel-default
- .title
+ .panel-heading
Group info:
%ul.well-list
%li
@@ -30,7 +30,7 @@
= @group.created_at.stamp("March 1, 1999")
.panel.panel-default
- .title
+ .panel-heading
Projects
%small
(#{@group.projects.count})
@@ -46,7 +46,7 @@
.col-md-6
.panel.panel-default
- .title
+ .panel-heading
Add user(s) to the group:
.body.form-holder
%p.light
@@ -61,7 +61,7 @@
%hr
= submit_tag 'Add users into group', class: "btn btn-create"
.panel.panel-default
- .title
+ .panel-heading
%strong #{@group.name}
Group Members
%small