Commit 0b017e8e1782d00da87e4d5b090ee7b37dca3c65
1 parent
7399c8c9
Exists in
spb-stable
and in
3 other branches
twbs3 fixes for UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
6 changed files
with
8 additions
and
8 deletions
Show diff stats
app/assets/stylesheets/sections/profile.scss
app/views/profiles/notifications/_settings.html.haml
| 1 | 1 | %li |
| 2 | 2 | .row |
| 3 | - .col-md-4 | |
| 3 | + .col-sm-4 | |
| 4 | 4 | %span |
| 5 | 5 | = notification_icon(notification) |
| 6 | 6 | |
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | = link_to membership.group.name, membership.group |
| 9 | 9 | - else |
| 10 | 10 | = link_to_project(membership.project) |
| 11 | - .col-md-7 | |
| 11 | + .col-sm-8 | |
| 12 | 12 | = form_tag profile_notifications_path, method: :put, remote: true, class: 'update-notifications' do |
| 13 | 13 | = hidden_field_tag :notification_type, type, id: dom_id(membership, 'notification_type') |
| 14 | 14 | = hidden_field_tag :notification_id, membership.id, id: dom_id(membership, 'notification_id') | ... | ... |
app/views/profiles/notifications/show.html.haml
| ... | ... | @@ -18,11 +18,11 @@ |
| 18 | 18 | – You will receive all notifications from projects in which you participate |
| 19 | 19 | |
| 20 | 20 | .row |
| 21 | - .col-md-4 | |
| 21 | + .col-sm-4 | |
| 22 | 22 | %h4 |
| 23 | 23 | = notification_icon(@notification) |
| 24 | 24 | Global setting |
| 25 | - .col-md-7 | |
| 25 | + .col-sm-8 | |
| 26 | 26 | = form_tag profile_notifications_path, method: :put, remote: true, class: 'update-notifications' do |
| 27 | 27 | = hidden_field_tag :notification_type, 'global' |
| 28 | 28 | ... | ... |
app/views/projects/_settings_nav.html.haml
app/views/projects/milestones/index.html.haml
app/views/projects/milestones/show.html.haml