From 1ca9c60c8485599574fc074d896d1404368e9d29 Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 6 Aug 2014 13:18:58 +1000 Subject: [PATCH] Tweak label to make a distinction between go straight to checkout and just go to shopping cart review --- app/views/shared/menu/_cart.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/menu/_cart.html.haml b/app/views/shared/menu/_cart.html.haml index a5e585ff37..44047e5261 100644 --- a/app/views/shared/menu/_cart.html.haml +++ b/app/views/shared/menu/_cart.html.haml @@ -37,4 +37,4 @@ %strong {{ Cart.total() | currency }} .text-right - %a.button.primary.small{href: checkout_path, "ng-disabled" => "Cart.dirty"} Checkout now + %a.button.primary.small{href: checkout_path, "ng-disabled" => "Cart.dirty"} Quick checkout