Product image and description handling
This commit is contained in:
@@ -16,8 +16,7 @@ if list.closed_at
|
||||
if list.orders.isLoaded
|
||||
if list.sorted_orders
|
||||
.list-orders-container
|
||||
each order in list.sorted_orders
|
||||
App.ListOrderView contentBinding="order"
|
||||
each order in list.sorted_orders: = view "list-order" contentBinding="order"
|
||||
if showTotal
|
||||
.list-orders-total.total
|
||||
= t 'total'
|
||||
|
||||
Reference in New Issue
Block a user