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