Commit 4c51619de3a0443ee25d19ee5ba0d7ab77bedc07

Authored by Dmitriy Zaporozhets
1 parent b66d9c4f

Use more logic class names for buttons in panel headings

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/views/admin/projects/index.html.haml
... ... @@ -40,7 +40,7 @@
40 40 .panel.panel-default
41 41 .panel-heading
42 42 Projects (#{@projects.total_count})
43   - .pull-right
  43 + .panel-head-actions
44 44 .dropdown.inline
45 45 %a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
46 46 %span.light sort:
... ...
app/views/admin/users/index.html.haml
... ... @@ -31,7 +31,7 @@
31 31 .panel.panel-default
32 32 .panel-heading
33 33 Users (#{@users.total_count})
34   - .pull-right
  34 + .panel-head-actions
35 35 = link_to 'New User', new_admin_user_path, class: "btn btn-new"
36 36 %ul.well-list
37 37 - @users.each do |user|
... ...