fix nothing in cart msg on shopping cart screen
This commit is contained in:
parent
12eeb460a3
commit
dfe010d0a5
|
|
@ -34,7 +34,7 @@
|
|||
%tbody
|
||||
= "{% if (data.carts.length == 0) { %}"
|
||||
%tr
|
||||
%td.no-cart-items colspan=4 Nothing in cart
|
||||
%td.no-cart-items{colspan: 4} Nothing in cart
|
||||
= "{% } %}"
|
||||
|
||||
= "{% _.each(data.carts, function(cart, index) { %}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue