Fix default image display in admin order edit

This commit is contained in:
Matt-Yorkley
2020-07-03 22:58:29 +02:00
parent a472b6525f
commit 46c40bdf33

View File

@@ -4,7 +4,7 @@
- if line_item.present?
%tr.stock-item{ "data-item-quantity" => "#{item.quantity}" }
%td.item-image
= mini_image(item.variant)
= render 'spree/shared/variant_thumbnail', variant: item.variant
%td.item-name
= item.variant.product_and_full_name
%td.item-price.align-center