Merge pull request #2 from caisca/username

add full name
This commit is contained in:
Stephanie 2017-09-29 15:41:05 -07:00 • committed by GitHub
commit ce57ae2df9

View file

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