Fix ordering product issues by reverting emberization of product ordering

This commit is contained in:
2014-08-29 15:30:41 +02:00
parent aac47d3b51
commit ad4ad6bbb9
8 changed files with 54 additions and 50 deletions
@@ -3,14 +3,14 @@ if product_orders
a.tiny.button.right{action clearProductOrders} href="#" x
h4
= t 'models.table'
|
|
= number
.panel
ul.product-orders
each product_order in product_orders
li
= product_order.quantity
| x
| x
= product_order.product.name
span.currency=currency product_order.total
else