Commit 4c51619de3a0443ee25d19ee5ba0d7ab77bedc07
1 parent
b66d9c4f
Exists in
spb-stable
and in
2 other branches
Use more logic class names for buttons in panel headings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/admin/projects/index.html.haml
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | .panel.panel-default | 40 | .panel.panel-default |
41 | .panel-heading | 41 | .panel-heading |
42 | Projects (#{@projects.total_count}) | 42 | Projects (#{@projects.total_count}) |
43 | - .pull-right | 43 | + .panel-head-actions |
44 | .dropdown.inline | 44 | .dropdown.inline |
45 | %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"} | 45 | %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"} |
46 | %span.light sort: | 46 | %span.light sort: |
app/views/admin/users/index.html.haml
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | .panel.panel-default | 31 | .panel.panel-default |
32 | .panel-heading | 32 | .panel-heading |
33 | Users (#{@users.total_count}) | 33 | Users (#{@users.total_count}) |
34 | - .pull-right | 34 | + .panel-head-actions |
35 | = link_to 'New User', new_admin_user_path, class: "btn btn-new" | 35 | = link_to 'New User', new_admin_user_path, class: "btn btn-new" |
36 | %ul.well-list | 36 | %ul.well-list |
37 | - @users.each do |user| | 37 | - @users.each do |user| |