Files
openfoodnetwork/app/views/shared/menu/_signed_out.html.haml
Matt-Yorkley add38bf550 Use #image_path helper correctly
Paths should be relative. For example an image under `/app/assets/images/home/banner.jpg` should be: `image_path("home/banner.jpg")`
2020-06-16 18:25:13 +02:00

6 lines
123 B
Plaintext

%li#login-link
%a{"auth" => "login"}
%img{ src: image_path("menu/icn-login.svg") }
%span
= t 'label_login'