mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56: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")`
4 lines
184 B
Plaintext
4 lines
184 B
Plaintext
%div.sixteen.columns.alpha.omega#loading{ ng: { cloak: true, if: 'shop_id && RequestMonitor.loading' } }
|
|
%img.spinner{ src: image_path("spinning-circles.svg") }
|
|
%h1= t('.loading')
|