Use more logic class names for buttons in panel headings

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-05-29 19:42:49 +03:00
parent b66d9c4f28
commit 4c51619de3
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
.panel.panel-default
.panel-heading
Projects (#{@projects.total_count})
.pull-right
.panel-head-actions
.dropdown.inline
%a.dropdown-toggle.btn{href: '#', "data-toggle" => "dropdown"}
%span.light sort:

View File

@ -31,7 +31,7 @@
.panel.panel-default
.panel-heading
Users (#{@users.total_count})
.pull-right
.panel-head-actions
= link_to 'New User', new_admin_user_path, class: "btn btn-new"
%ul.well-list
- @users.each do |user|