mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
4 lines
277 B
Ruby
4 lines
277 B
Ruby
Deface::Override.new(:virtual_path => "spree/shared/_order_details",
|
|
:replace => "div.row.steps-data",
|
|
:partial => "spree/shared/order_details_steps_data",
|
|
:name => "order_details_steps_data") |