Fix user lists link

This commit is contained in:
2014-07-29 21:28:50 +02:00
parent acebd48111
commit f780dfc529
2 changed files with 5 additions and 10 deletions
@@ -17,10 +17,10 @@ if list.orders
if showTotal
.list-orders-total.total
= t 'total'
span.currency= currency model.total
span.currency= currency list.total
else
p
span=t 'active_list.no_orders_explanation'
br
link-to 'list_products' class="button"
link-to 'lists' class="button"
span=t 'list_products.title'