add full name

This commit is contained in:
Stephanie Wilkinson 2017-09-29 15:40:04 -07:00
parent f29cee245d
commit fafadb4e26

View file

@ -27,6 +27,7 @@
%li.dropdown %li.dropdown
%a.dropdown-toggle{"data-toggle" => "dropdown", href: '#', id: "current-user-detail"} %a.dropdown-toggle{"data-toggle" => "dropdown", href: '#', id: "current-user-detail"}
- if not current_user.name.blank? - if not current_user.name.blank?
#{current_user.username}
#{current_user.name} #{current_user.name}
-else -else
#{current_user.email} #{current_user.email}