Files
openfoodnetwork/app/views/admin/subscriptions/_loading_flash.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

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')