Commit bbf8a48c authored by Robert Speicher's avatar Robert Speicher

Fix missing user-note

parent 9821bb86
......@@ -74,6 +74,9 @@
- else
%i.fa.fa-user.cgreen
= link_to user.name, [:admin, user]
- if user.note
= link_to "#", { "data-toggle" => "tooltip", title: user.note, class: "user-note"} do
= icon("sticky-note-o cgrey")
- if user.admin?
%strong.cred (Admin)
- if user == current_user
......
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