From 0c0beec26e4e864dec27b4755f420cb593c0d828 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Tue, 24 Dec 2013 12:58:23 +0200
Subject: [PATCH] use .body instaed of .ui-box-body

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 app/views/admin/background_jobs/show.html.haml | 2 +-
 app/views/admin/groups/show.html.haml          | 2 +-
 app/views/admin/projects/show.html.haml        | 2 +-
 app/views/groups/edit.html.haml                | 2 +-
 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 5ba67591f..e5af56ffc 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 1de3d2e36..4d0522393 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 5ac36a1ac..74c2d63c8 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 666044e32..7a204d89c 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
-- 
2.30.9