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