From 5fce40ee71826a7ca96b7a85c9ed7a8413673ba4 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 18 Feb 2020 14:06:20 +1100 Subject: [PATCH] Link "Continue shopping" to products tab --- app/views/spree/orders/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/orders/edit.html.haml b/app/views/spree/orders/edit.html.haml index d8d8ec600c..56f4e03ef8 100644 --- a/app/views/spree/orders/edit.html.haml +++ b/app/views/spree/orders/edit.html.haml @@ -22,7 +22,7 @@ - if @order.line_items.empty? %div.row{"data-hook" => "empty_cart"} %p= t(:your_cart_is_empty) - %p= link_to t(:continue_shopping), main_app.shop_path, :class => 'button continue' + %p= link_to t(:continue_shopping), current_shop_products_path, :class => 'button continue' - else %div{"data-hook" => "outside_cart_form"}