Remove list.showTotal duplication

This commit is contained in:
2014-12-16 22:26:32 +01:00
parent 6a8d517727
commit bdcb0d60b8
5 changed files with 5 additions and 11 deletions
@@ -17,7 +17,7 @@ if list.orders.isLoaded
if list.sorted_orders
.list-orders-container
each order in list.sorted_orders: = view "list-order" contentBinding="order"
if showTotal
if list.showTotal
.list-orders-total.total
= t 'total'
span.currency= currency list.total