Commit 0c0beec26e4e864dec27b4755f420cb593c0d828
1 parent
dac67ed6
Exists in
spb-stable
and in
3 other branches
use .body instaed of .ui-box-body
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
4 changed files
with
4 additions
and
4 deletions
Show diff stats
app/views/admin/background_jobs/show.html.haml
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 |