Sha256: 01d87c0e976c5367ad057227029a7588e35769050aa6bbf20ccfea25277ad942

Contents?: true

Size: 384 Bytes

Versions: 8

Compression:

Stored size: 384 Bytes

Contents

<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => 'Creditcards'} %>

<%= form_tag do %>
  <h3><%= t(:refund) %></h3>
  <fieldset data-hook="credit">
    <p>
      <%= label_tag :amount, t(:amount) %>
      <%= text_field_tag :amount, @payment.amount %>
    </p>
    <p class="form-buttons">
      <%= button t(:make_refund) %>
    </p>
  </fieldset>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/payments/credit.html.erb
spree_core-0.70.6 app/views/admin/payments/credit.html.erb
spree_core-0.70.5 app/views/admin/payments/credit.html.erb
spree_core-0.70.4 app/views/admin/payments/credit.html.erb
spree_core-0.70.3 app/views/admin/payments/credit.html.erb
spree_core-0.70.2 app/views/admin/payments/credit.html.erb
spree_core-0.70.1 app/views/admin/payments/credit.html.erb
spree_core-0.70.0 app/views/admin/payments/credit.html.erb