fix nothing in cart msg on shopping cart screen

This commit is contained in:
Seth Call 2015-05-07 08:52:14 -05:00
parent 12eeb460a3
commit dfe010d0a5
1 changed files with 1 additions and 1 deletions

View File

@ -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) { %}"