mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-06 22:36:07 +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
8 lines
827 B
Plaintext
8 lines
827 B
Plaintext
.text-big.no-results{ "ng-show": 'hub_id && products.length > 0 && filteredProducts.length == 0' }
|
|
%span{ "ng-show": 'views.inventory.visible && !filtersApplied()' }=t('admin.variant_overrides.index.currently_empty')
|
|
%span{ "ng-show": 'views.inventory.visible && filtersApplied()' }=t('admin.variant_overrides.index.no_matching_products')
|
|
%span{ "ng-show": 'views.hidden.visible && !filtersApplied()' }=t('admin.variant_overrides.index.no_hidden_products')
|
|
%span{ "ng-show": 'views.hidden.visible && filtersApplied()' }=t('admin.variant_overrides.index.no_matching_hidden_products')
|
|
%span{ "ng-show": 'views.new.visible && !filtersApplied()' }=t('admin.variant_overrides.index.no_new_products')
|
|
%span{ "ng-show": 'views.new.visible && filtersApplied()' }=t('admin.variant_overrides.index.no_matching_new_products')
|