Skip to content

Commit

Permalink
Use correct currency symbol for master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Jan 5, 2015
1 parent faeca89 commit 2d45d93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/spree/admin/payments/_paypal_complete.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<%= text_field_tag 'refund_amount', @payment.amount %><%= symbol %>
<% end %>
</div>
<%= button Spree.t(:refund, :scope => 'paypal'), 'icon-dollar' %>
<%= button Spree.t(:refund, scope: 'paypal'), 'money' %>
</fieldset>
</div>
</div>
<% end %>
<% end %>
4 changes: 2 additions & 2 deletions app/views/spree/admin/payments/paypal_refund.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<%= text_field_tag 'refund_amount', @payment.amount %><%= symbol %>
<% end %>
</div>
<%= button Spree.t(:refund, :scope => 'paypal'), 'icon-dollar' %>
<%= button Spree.t(:refund, scope: 'paypal'), 'money' %>
</fieldset>
</div>
</div>
<% end %>
<% end %>
4 changes: 2 additions & 2 deletions app/views/spree/admin/payments/source_views/_paypal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>

<% 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 %>
<div class="alpha six columns">
<dl>
Expand All @@ -32,4 +32,4 @@
</div>
<% end %>
</div>
</fieldset>
</fieldset>

0 comments on commit 2d45d93

Please sign in to comment.