mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Paths should be relative. For example an image under `/app/assets/images/home/banner.jpg` should be: `image_path("home/banner.jpg")`
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
%li#login-link
|
|
%a{"auth" => "login"}
|
|
%img{ src: image_path("menu/icn-login.svg") }
|
|
%span
|
|
= t 'label_login'
|