Remove unnecesary CSS class
This commit is contained in:
parent
acbcbd4a5b
commit
42a1dc5041
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@
|
|||
%ul.projects-list.content-list
|
||||
- @projects.each_with_index do |project|
|
||||
%li.project-row
|
||||
.controls.pull-right
|
||||
.controls
|
||||
- if project.archived
|
||||
%span.label.label-warning archived
|
||||
%span.label.label-gray
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
%span It's you!
|
||||
.user-email
|
||||
= mail_to user.email, user.email
|
||||
.controls.pull-right
|
||||
.controls
|
||||
= link_to 'Edit', edit_admin_user_path(user), id: "edit_#{dom_id(user)}", class: 'btn'
|
||||
- unless user == current_user
|
||||
.dropdown.inline
|
||||
|
|
Loading…
Reference in a new issue