Files
openfoodnetwork/app/views/shared/menu/_signed_in.html.haml
Maikel Linke 64a8b5845a Add feature toggle open_in_same_tab for admin dashboard
This allows us to test what users actually want.
2025-03-11 16:38:51 +11:00

26 lines
641 B
Plaintext

%li.user-menu.has-dropdown.not-click
%a{href: "#", class: "top-bar--menu-item-with-icon"}
%img{ src: image_pack_path("menu/icn-profile.svg") }
%span
= t '.profile'
%ul.dropdown
- if admin_user? or enterprise_user?
%li
%a{href: spree.admin_dashboard_path, **new_tab_option}
%i.ofn-i_021-tools
= t 'label_administration'
%li
%a{href: spree.account_path}
%i.ofn-i_015-user
= t 'label_account'
= "(" + spree_current_user.email + ")"
%li
%a{title: t('label_logout'), href:'/logout' }
%i.ofn-i_018-unlocked
= t 'label_logout'