Files
openfoodnetwork/app/views/shared/menu/_signed_out.html.haml
David Cook 177445521c Move most images to asset pipeline
Webpacker still needs to know about them in order to build links.
2025-02-03 17:44:13 +11:00

7 lines
233 B
Plaintext

= cache_with_locale do
%li#login-link{ "data-controller": "login-modal" }
%a{"auth": "login", "data-action": "click->login-modal#call" }
%img{ src: image_path("menu/icn-login.svg") }
%span
= t 'label_login'