From 01e8060ff034658ed5fd23247cf150616bc5f98e Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 14 Mar 2014 16:22:45 +1100 Subject: [PATCH] Putting blank footer back --- app/views/layouts/darkswarm.html.haml | 2 ++ app/views/shop/checkout/edit.html.haml | 1 + 2 files changed, 3 insertions(+) diff --git a/app/views/layouts/darkswarm.html.haml b/app/views/layouts/darkswarm.html.haml index 150ffaac52..063c131329 100644 --- a/app/views/layouts/darkswarm.html.haml +++ b/app/views/layouts/darkswarm.html.haml @@ -18,6 +18,8 @@ %section{ role: "main" } = yield + + #footer %section#sidebar{ role: "complementary" } = render partial: "shared/login_panel" diff --git a/app/views/shop/checkout/edit.html.haml b/app/views/shop/checkout/edit.html.haml index 5eb6c2bcd4..84d627f4af 100644 --- a/app/views/shop/checkout/edit.html.haml +++ b/app/views/shop/checkout/edit.html.haml @@ -23,3 +23,4 @@ .large-3.columns .row = render partial: "shop/checkout/summary" +