From 4893679d120c3ff9d0aaa2dd9a91411216a99dbc Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 30 May 2014 11:48:32 +1000 Subject: [PATCH] Adding in icons to checkout partial --- app/views/checkout/_billing.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/checkout/_billing.html.haml b/app/views/checkout/_billing.html.haml index dc48eadbe2..d1a0e589f0 100644 --- a/app/views/checkout/_billing.html.haml +++ b/app/views/checkout/_billing.html.haml @@ -4,9 +4,9 @@ %h5{"ng-class" => "{valid: billing.$valid, dirty: details.$dirty}"} %span.right %label.label.round.alert - %i.fi-x + %i.ofn-i_009-close %label.label.round.success - %i.fi-check + %i.ofn-i_051-check-big Billing info %accordion-group{"is-open" => "accordion.billing", @@ -19,9 +19,9 @@ {{ summary() | printArray }} .small-1.columns.right %span.accordion-up.right - %i.fi-arrow-up + %i.ofn-i_006-caret-up %span.accordion-down.right - %i.fi-arrow-down + %i.ofn-i_005-caret-down = f.fields_for :bill_address, @order.bill_address do |ba| .row