mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-22 05:18:51 +00:00
Incorrect place for origianl fix. Thanks to Blane W for pointint out the correct line.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
.exchange-product-details
|
||||
%label
|
||||
%img{'ng-src' => '{{ product.image_url }}'}
|
||||
.name {{ 'ng-bind' => product.name }}
|
||||
.supplier {{ 'ng-bind' => product.supplier_name }}
|
||||
.name {{ product.name }}
|
||||
.supplier {{ product.supplier_name }}
|
||||
|
||||
.exchange-product-variant{'ng-repeat' => 'variant in product.variants | visibleVariants:exchange:order_cycle.visible_variants_for_outgoing_exchanges | filter:variantSuppliedToOrderCycle as filteredVariants'}
|
||||
%label
|
||||
|
||||
Reference in New Issue
Block a user