From 0956aa2532929ee8668c80edd0db0a9fe7645dfd Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 1 May 2014 17:08:15 +1000 Subject: [PATCH] Patching a bug in order cycle partial --- app/views/shop/shop/_order_cycles.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shop/shop/_order_cycles.html.haml b/app/views/shop/shop/_order_cycles.html.haml index 7c5ff51df3..3226771a14 100644 --- a/app/views/shop/shop/_order_cycles.html.haml +++ b/app/views/shop/shop/_order_cycles.html.haml @@ -2,7 +2,7 @@ :javascript angular.module('Darkswarm').value('orderCycleData', #{render "shop/shop/order_cycle"}) - - if @order_cycles.empty? + - if @order_cycle and @order_cycles.empty? Orders are currently closed for this hub %p Please contact your hub directly to see if they accept late orders,