From 2d45d932c3fe82937de408998955bc3cfb975946 Mon Sep 17 00:00:00 2001 From: Tobias Bohwalli Date: Mon, 5 Jan 2015 12:10:14 +0100 Subject: [PATCH] Use correct currency symbol for master branch. --- app/views/spree/admin/payments/_paypal_complete.html.erb | 4 ++-- app/views/spree/admin/payments/paypal_refund.html.erb | 4 ++-- app/views/spree/admin/payments/source_views/_paypal.html.erb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/spree/admin/payments/_paypal_complete.html.erb b/app/views/spree/admin/payments/_paypal_complete.html.erb index 41905e63..aaf088f7 100644 --- a/app/views/spree/admin/payments/_paypal_complete.html.erb +++ b/app/views/spree/admin/payments/_paypal_complete.html.erb @@ -13,8 +13,8 @@ <%= text_field_tag 'refund_amount', @payment.amount %><%= symbol %> <% end %> - <%= button Spree.t(:refund, :scope => 'paypal'), 'icon-dollar' %> + <%= button Spree.t(:refund, scope: 'paypal'), 'money' %> -<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/spree/admin/payments/paypal_refund.html.erb b/app/views/spree/admin/payments/paypal_refund.html.erb index bc0a74d0..9f4c6071 100644 --- a/app/views/spree/admin/payments/paypal_refund.html.erb +++ b/app/views/spree/admin/payments/paypal_refund.html.erb @@ -24,8 +24,8 @@ <%= text_field_tag 'refund_amount', @payment.amount %><%= symbol %> <% end %> - <%= button Spree.t(:refund, :scope => 'paypal'), 'icon-dollar' %> + <%= button Spree.t(:refund, scope: 'paypal'), 'money' %> -<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/spree/admin/payments/source_views/_paypal.html.erb b/app/views/spree/admin/payments/source_views/_paypal.html.erb index c0dad3b2..eeb3a76a 100644 --- a/app/views/spree/admin/payments/source_views/_paypal.html.erb +++ b/app/views/spree/admin/payments/source_views/_paypal.html.erb @@ -16,7 +16,7 @@ <% if payment.source.state != 'refunded' %> - <%= button_link_to Spree.t('actions.refund', :scope => :paypal), spree.paypal_refund_admin_order_payment_path(@order, payment), :icon => 'icon-dollar' %> + <%= button_link_to Spree.t('actions.refund', scope: :paypal), spree.paypal_refund_admin_order_payment_path(@order, payment), icon: 'money' %> <% else %>
@@ -32,4 +32,4 @@
<% end %> - \ No newline at end of file +