Files
openfoodnetwork/app/views/shared/_signed_in.html.haml
summerscope 864c9ec1da This changes the user menu labels to show Account next to user email.
Small tweak to user account page to make it less awful.
2015-03-13 16:49:26 +11:00

25 lines
491 B
Plaintext

%li.has-dropdown.not-click
%a{href: "#"}
%i.ofn-i_022-cog
%ul.dropdown
- if admin_user? or enterprise_user?
%li
%a{href: spree.admin_path, target:'_blank'}
%i.ofn-i_021-tools
Administration
%li
%a{href: spree.account_path}
%i.ofn-i_015-user
Account
= "(" + spree_current_user.email + ")"
%li
%a{title: 'Log Out', href:'/logout' }
%i.ofn-i_018-unlocked
Log out