mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Languages strings were moved to config/locale/en.yml. All views contain according calls to t() now.
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
- if admin_user? or enterprise_user?
|
|
%li
|
|
%a{href: spree.admin_path, target:'_blank'}
|
|
%i.ofn-i_021-tools
|
|
= t 'label_admin'
|
|
|
|
%li
|
|
%a{href: spree.account_path}
|
|
%i.ofn-i_015-user
|
|
= t 'label_account'
|
|
|
|
%li
|
|
%a{title: t('label_logout'), href:'/logout' }
|
|
%i.ofn-i_018-unlocked
|
|
= t 'label_logout'
|