summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 12:58:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 12:58:23 +0200
commit0c0beec26e4e864dec27b4755f420cb593c0d828 (patch)
tree24583e8fce3977d6310bd26e231f3fce842843fc /app
parentdac67ed65f22db82bbeeaaa8532460ba772b7311 (diff)
downloadgitlab-ce-0c0beec26e4e864dec27b4755f420cb593c0d828.tar.gz
use .body instaed of .ui-box-body
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
-rw-r--r--app/views/admin/groups/show.html.haml2
-rw-r--r--app/views/admin/projects/show.html.haml2
-rw-r--r--app/views/groups/edit.html.haml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 5ba67591f35..e5af56ffc5c 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -5,7 +5,7 @@
.ui-box
.title Sidekiq running processes
- .ui-box-body
+ .body
- if @sidekiq_processes.empty?
%h4.cred
%i.icon-warning-sign
diff --git a/app/views/admin/groups/show.html.haml b/app/views/admin/groups/show.html.haml
index 1de3d2e36fe..4d0522393dd 100644
--- a/app/views/admin/groups/show.html.haml
+++ b/app/views/admin/groups/show.html.haml
@@ -48,7 +48,7 @@
.ui-box
.title
Add user(s) to the group:
- .ui-box-body.form-holder
+ .body.form-holder
%p.light
Read more about project permissions
%strong= link_to "here", help_permissions_path, class: "vlink"
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index 5ac36a1acb3..74c2d63c828 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -78,7 +78,7 @@
.ui-box
.title
Transfer project
- .ui-box-body
+ .body
= form_for @project, url: transfer_admin_project_path(@project), method: :put do |f|
.control-group
= f.label :namespace_id, "Namespace"
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
index 666044e329b..7a204d89cd1 100644
--- a/app/views/groups/edit.html.haml
+++ b/app/views/groups/edit.html.haml
@@ -63,7 +63,7 @@
.tab-pane#tab-remove
.ui-box.ui-box-danger
.title Remove group
- .ui-box-body
+ .body
%p
Removing group will cause all child projects and resources to be removed.
%p