Use more logic class names for buttons in panel headings
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
b66d9c4f28
commit
4c51619de3
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue