Add new icons

This commit is contained in:
summerscope
2014-05-30 12:56:56 +10:00
parent a54b3f7849
commit 00ac80bdbb
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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