From dfe010d0a5ebee3a68c85e449088920175823d7c Mon Sep 17 00:00:00 2001 From: Seth Call Date: Thu, 7 May 2015 08:52:14 -0500 Subject: [PATCH] fix nothing in cart msg on shopping cart screen --- web/app/views/clients/_shopping_cart.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/views/clients/_shopping_cart.html.haml b/web/app/views/clients/_shopping_cart.html.haml index ec4e1943c..63c9de561 100644 --- a/web/app/views/clients/_shopping_cart.html.haml +++ b/web/app/views/clients/_shopping_cart.html.haml @@ -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) { %}"