mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
- if admin_user? or enterprise_user?
|
|
%li
|
|
%a{href: spree.admin_path, target:'_blank'}
|
|
%i.ofn-i_021-tools
|
|
Admin
|
|
|
|
%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 |