mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
Change markup because the boolean variable now works correctly
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.row.animate-show{"ng-show" => "filtersActive"}
|
||||
.row.animate-show{"ng-hide" => "filtersActive"}
|
||||
.small-12.columns
|
||||
= render partial: 'shared/components/filter_controls_shopfront'
|
||||
|
||||
.row.filter-box.filter-box-shopfront.animate-hide{"ng-hide" => "filtersActive"}
|
||||
.row.filter-box.filter-box-shopfront.animate-hide{"ng-show" => "filtersActive"}
|
||||
.small-12.columns
|
||||
.row.tdhead
|
||||
.small-12.medium-6.columns
|
||||
@@ -10,8 +10,9 @@
|
||||
.light Filter by
|
||||
Category
|
||||
.small-12.medium-6.columns.text-right
|
||||
= render partial: 'shared/components/filter_controls_shopfront'
|
||||
= render partial: 'shared/components/filter_box_shopfront'
|
||||
= render partial: 'shared/components/filter_controls_shopfront'
|
||||
|
||||
.row
|
||||
.small-12.columns
|
||||
%ul.small-block-grid-2.medium-block-grid-3.large-block-grid-4
|
||||
|
||||
Reference in New Issue
Block a user