mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
24 lines
437 B
Plaintext
24 lines
437 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}
|
|
%i.ofn-i_021-tools
|
|
Admin
|
|
|
|
%li
|
|
%a{href: spree.account_path}
|
|
%i.ofn-i_015-user
|
|
= spree_current_user.email
|
|
|
|
%li
|
|
%a{title: 'Log Out', href:'/logout' }
|
|
%i.ofn-i_018-unlocked
|
|
Log out
|
|
|
|
|