mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Div is the default element in HAML, so we don't need to specify it. https://haml.info/docs/yardoc/file.REFERENCE.html#implicit-div-elements
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
.sixteen.columns.alpha.omega#loading{ "ng-cloak": true, "ng-if": 'shop_id && RequestMonitor.loading' }
|
|
= render partial: "components/admin_spinner"
|
|
%h1
|
|
= t('.loading')
|