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" +