Skip to content
Snippets Groups Projects
Commit 42a1dc50 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Remove unnecesary CSS class

parent acbcbd4a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment