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

%div.margin-top-30.text-center{ "ng-show": 'shop_id && !RequestMonitor.loading && filteredSubscriptions.length == 0' }
.no-results{ "ng-show": '!filtersApplied()' }
%h1.margin-bottom-20=t('.no_subscriptions')
%span.text-big=t('.why_dont_you_add_one')
.no-results{ "ng-show": 'filtersApplied()' }
%h1=t('.no_matching_subscriptions')