Commit 0c0beec26e4e864dec27b4755f420cb593c0d828

Authored by Dmitriy Zaporozhets
1 parent dac67ed6

use .body instaed of .ui-box-body

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/admin/background_jobs/show.html.haml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 5
6 .ui-box 6 .ui-box
7 .title Sidekiq running processes 7 .title Sidekiq running processes
8 - .ui-box-body 8 + .body
9 - if @sidekiq_processes.empty? 9 - if @sidekiq_processes.empty?
10 %h4.cred 10 %h4.cred
11 %i.icon-warning-sign 11 %i.icon-warning-sign
app/views/admin/groups/show.html.haml
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 .ui-box 48 .ui-box
49 .title 49 .title
50 Add user(s) to the group: 50 Add user(s) to the group:
51 - .ui-box-body.form-holder 51 + .body.form-holder
52 %p.light 52 %p.light
53 Read more about project permissions 53 Read more about project permissions
54 %strong= link_to "here", help_permissions_path, class: "vlink" 54 %strong= link_to "here", help_permissions_path, class: "vlink"
app/views/admin/projects/show.html.haml
@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
78 .ui-box 78 .ui-box
79 .title 79 .title
80 Transfer project 80 Transfer project
81 - .ui-box-body 81 + .body
82 = form_for @project, url: transfer_admin_project_path(@project), method: :put do |f| 82 = form_for @project, url: transfer_admin_project_path(@project), method: :put do |f|
83 .control-group 83 .control-group
84 = f.label :namespace_id, "Namespace" 84 = f.label :namespace_id, "Namespace"
app/views/groups/edit.html.haml
@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
63 .tab-pane#tab-remove 63 .tab-pane#tab-remove
64 .ui-box.ui-box-danger 64 .ui-box.ui-box-danger
65 .title Remove group 65 .title Remove group
66 - .ui-box-body 66 + .body
67 %p 67 %p
68 Removing group will cause all child projects and resources to be removed. 68 Removing group will cause all child projects and resources to be removed.
69 %p 69 %p