Removing bad nasty overrides which are confusing and bad. and nasty.

This commit is contained in:
summerscope
2015-03-04 17:20:05 +11:00
parent db2e5e7558
commit 5b6bff1691
2 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
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",
:original => '1729abc5f441607b09cc0d44843a8dfd660ac5e0')

View File

@@ -1,3 +0,0 @@
%td(data-hook = "order_item_description")
%h4= item.variant.product.name
= "(" + variant_options(item.variant) + ")" unless item.variant.option_values.empty?