Commit 0c0beec2 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

use .body instaed of .ui-box-body

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent dac67ed6
......@@ -5,7 +5,7 @@
.ui-box
.title Sidekiq running processes
.ui-box-body
.body
- if @sidekiq_processes.empty?
%h4.cred
%i.icon-warning-sign
......
......@@ -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"
......
......@@ -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"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment