Product image and description handling

This commit is contained in:
2014-11-28 15:08:01 +01:00
parent c36c88bc15
commit f63a7a83cc
17 changed files with 132 additions and 51 deletions
@@ -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'