summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_user_listing_note.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/users/_user_listing_note.html.haml')
-rw-r--r--app/views/admin/users/_user_listing_note.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/users/_user_listing_note.html.haml b/app/views/admin/users/_user_listing_note.html.haml
new file mode 100644
index 00000000000..df4af009c5c
--- /dev/null
+++ b/app/views/admin/users/_user_listing_note.html.haml
@@ -0,0 +1,3 @@
+- if user.note.present?
+ %span.has-tooltip.user-note{ title: user.note }
+ = icon("sticky-note-o cgrey")