Commit dd4ac348 authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/admin/users/_user.html.haml

parent aaa50474
......@@ -6,12 +6,9 @@
= link_to user.name, [:admin, user]
- if user.blocked?
%span.badge.badge-danger blocked
<<<<<<< HEAD
- if user.note.present?
= link_to "#", { "data-toggle" => "tooltip", title: user.note, class: "user-note"} do
= icon("sticky-note-o cgrey")
=======
>>>>>>> gitlab-ce/master
- if user.admin?
%span.badge.badge-success Admin
- if user.external?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment