From 00ac80bdbbcac6c942005822d4e8c6605213fe6e Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 30 May 2014 12:56:56 +1000 Subject: [PATCH] Add new icons --- app/views/spree/orders/_form.html.haml | 2 +- app/views/spree/orders/_line_item.html.haml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/spree/orders/_form.html.haml b/app/views/spree/orders/_form.html.haml index 70599a124e..214823d4cf 100644 --- a/app/views/spree/orders/_form.html.haml +++ b/app/views/spree/orders/_form.html.haml @@ -31,7 +31,7 @@ %span.order-total.distribution-total= order_distribution_subtotal(@order) %td %td - = button_tag :class => 'neutral-btn dark expand small', :id => 'update-button' do + = button_tag :class => 'secondary radius expand small', :id => 'update-button' do %i.ofn-i_023-refresh = t(:update) %td diff --git a/app/views/spree/orders/_line_item.html.haml b/app/views/spree/orders/_line_item.html.haml index 6986caf100..42649c8bee 100644 --- a/app/views/spree/orders/_line_item.html.haml +++ b/app/views/spree/orders/_line_item.html.haml @@ -23,5 +23,5 @@ %td.cart-item-delete.text-center{"data-hook" => "cart_item_delete"} {{ quantity }} - = link_to image_tag('icons/delete.png'), '#', :class => 'delete', - :id => "delete_#{dom_id(line_item)}" + %a.delete{href: "#", id: "delete_#{dom_id(line_item)}"} + %i.delete.ofn-i_026-trash