Files
openfoodnetwork/app/views/admin/variant_overrides/_no_results.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

8 lines
831 B
Plaintext

%div.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')