mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Delete unused shopfront haml
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
%span.animate-show{"ng-show" => "filtersActive && totalActive() > 0"}
|
||||
%a.button.secondary.tiny{"ng-click" => "clearAll()"}
|
||||
%i.ofn-i_009-close
|
||||
= t :components_filters_clearfilters
|
||||
@@ -1,8 +0,0 @@
|
||||
%a.button.success.tiny.filterbtn{"ng-click" => "filtersActive = !filtersActive",
|
||||
"ng-show" => "FilterSelectorsService.selectors.length > 0"}
|
||||
{{ filterText(filtersActive) }}
|
||||
%i.ofn-i_005-caret-down{"ng-show" => "!filtersActive"}
|
||||
%i.ofn-i_006-caret-up{"ng-show" => "filtersActive"}
|
||||
|
||||
%a.button.secondary.tiny.filterbtn.disabled{"ng-show" => "FilterSelectorsService.selectors.length == 0"}
|
||||
= t :components_filters_nofilters
|
||||
Reference in New Issue
Block a user