mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56: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
8 lines
345 B
Plaintext
8 lines
345 B
Plaintext
.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')
|