Files
openfoodnetwork/app/views/admin/subscriptions/_loading_flash.html.haml
Sebastian Castro 115dfe445b loading-message: make them all look the same in admin
use font awesome spinner instead of an image
2022-01-11 21:55:07 +01:00

5 lines
178 B
Plaintext

%div.sixteen.columns.alpha.omega#loading{ ng: { cloak: true, if: 'shop_id && RequestMonitor.loading' } }
= render partial: "components/admin_spinner"
%h1
= t('.loading')