mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix default image display in admin order edit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user