Files
openfoodnetwork/app/views/shared/_signed_in.html.haml
Maikel Linke 85c99102dd i18n: Replacing all language strings in app/view/
Languages strings were moved to config/locale/en.yml. All views contain
according calls to t() now.
2015-08-28 16:59:23 +10:00

24 lines
529 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
= 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'