Commit cfc14747 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Restore user notes icon

parent 6ba3bf49
......@@ -6,6 +6,9 @@
= link_to user.name, [:admin, user]
- if user.blocked?
%span.label.label-danger blocked
- if user.note.present?
= link_to "#", { "data-toggle" => "tooltip", title: user.note, class: "user-note"} do
= icon("sticky-note-o cgrey")
- if user.admin?
%span.label.label-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