summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/groups
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
downloadgitlab-ce-38ff5d1ab9d9eb5d09bbc8498410b770445b698e.tar.gz
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/_projects.html.haml2
-rw-r--r--app/views/groups/edit.html.haml6
-rw-r--r--app/views/groups/members.html.haml2
3 files changed, 5 insertions, 5 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index 44c1b30aa8d..520310bc433 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -1,5 +1,5 @@
.panel.panel-default
- .title
+ .panel-heading
Projects (#{projects.count})
- if can? current_user, :create_projects, @group
%span.pull-right
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.
diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml
index ee5f9244bba..19819c96124 100644
--- a/app/views/groups/members.html.haml
+++ b/app/views/groups/members.html.haml
@@ -25,7 +25,7 @@
= render "new_group_member"
.panel.panel-default.prepend-top-20
- .title
+ .panel-heading
%strong #{@group.name}
group members
%small