From aaae8dce2d019e7e38be7702e34dac3a4e1d3dab Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 6 Aug 2014 12:57:44 +1000 Subject: [PATCH] Move button out of UL in nesting --- app/views/shared/menu/_cart.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/menu/_cart.html.haml b/app/views/shared/menu/_cart.html.haml index 907fda0eff..a5e585ff37 100644 --- a/app/views/shared/menu/_cart.html.haml +++ b/app/views/shared/menu/_cart.html.haml @@ -36,5 +36,5 @@ .columns.small-6.text-right %strong {{ Cart.total() | currency }} - .text-right - %a.button.primary.small{href: checkout_path, "ng-disabled" => "Cart.dirty"} Checkout now + .text-right + %a.button.primary.small{href: checkout_path, "ng-disabled" => "Cart.dirty"} Checkout now