mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
7 lines
399 B
Ruby
7 lines
399 B
Ruby
# In sidebar, always render both taxonomies and filters
|
|
|
|
Deface::Override.new(:virtual_path => "spree/home/index",
|
|
:replace => "[data-hook='homepage_sidebar_navigation']",
|
|
:partial => 'spree/sidebar',
|
|
:name => 'sidebar_home_index',
|
|
:original => 'f5a06c5f558ec681c172ad62ddcf8f84ad0a99c4') |