From 73b533690e505ba8fcd2729459fe9f643e8892dc Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Fri, 15 May 2020 10:01:44 +0200 Subject: [PATCH] Refactor cart update button syntax --- app/views/spree/orders/form/_cart_actions_row.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/orders/form/_cart_actions_row.html.haml b/app/views/spree/orders/form/_cart_actions_row.html.haml index ec3ce122ea..44f74ff858 100644 --- a/app/views/spree/orders/form/_cart_actions_row.html.haml +++ b/app/views/spree/orders/form/_cart_actions_row.html.haml @@ -1,7 +1,7 @@ %tr %td{colspan:"2"} %td - = button_tag :class => 'secondary radius expand small', :id => 'update-button' do + %button#update-button.secondary.radius.expand.small %i.ofn-i_023-refresh = t(:update) %td