Files
openfoodnetwork/app/views/admin/variant_overrides/_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
211 B
Plaintext

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