mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
4 lines
291 B
Ruby
4 lines
291 B
Ruby
Deface::Override.new(:virtual_path => "spree/shared/_order_details",
|
|
:replace => "[data-hook='order_item_description']",
|
|
:partial => "spree/orders/order_item_description",
|
|
:name => "order_item_description") |