summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:42:44 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:42:44 +0300
commit6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (patch)
tree2b1d5ba6e1e6d14ae73956ea7ff26b5d0a9d8301 /app/views/groups
parente6beb6090320d6756369934c5151e36429c5d5f1 (diff)
downloadgitlab-ce-6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2.tar.gz
Replace ui-box with panel.panel-default
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 4ded28058ed..44c1b30aa8d 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -1,4 +1,4 @@
-.ui-box
+.panel.panel-default
.title
Projects (#{projects.count})
- if can? current_user, :create_projects, @group
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 2a5614cff6c..f3e2638d350 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -17,7 +17,7 @@
.col-md-10
.tab-content
.tab-pane.active#tab-edit
- .ui-box
+ .panel.panel-default
.title
%strong= @group.name
group settings:
@@ -61,7 +61,7 @@
= f.submit 'Save group', class: "btn btn-save"
.tab-pane#tab-projects
- .ui-box
+ .panel.panel-default
.title
%strong= @group.name
projects:
@@ -84,7 +84,7 @@
.nothing-here-block This group has no projects yet
.tab-pane#tab-remove
- .ui-box.ui-box-danger
+ .panel.panel-default.panel.panel-default-danger
.title Remove group
.body
%p
diff --git a/app/views/groups/members.html.haml b/app/views/groups/members.html.haml
index cc5eba64372..ee5f9244bba 100644
--- a/app/views/groups/members.html.haml
+++ b/app/views/groups/members.html.haml
@@ -24,7 +24,7 @@
.js-toggle-content.hide.new-group-member-holder
= render "new_group_member"
-.ui-box.prepend-top-20
+.panel.panel-default.prepend-top-20
.title
%strong #{@group.name}
group members