Sha256: a4dff3d0ccdcda3d4e07e4fc621f26565db34cedff6f66cf3bedcb98f65d0839

Contents?: true

Size: 381 Bytes

Versions: 28

Compression:

Stored size: 381 Bytes

Contents

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

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

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/payments/credit.html.erb
My-Commerce_core-1.1.0 app/views/admin/payments/credit.html.erb
My-Commerce_core-1.0.0 app/views/admin/payments/credit.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/payments/credit.html.erb
MyCommerce-0.0.3 core/app/views/admin/payments/credit.html.erb
rfcommerce_core-0.0.3 app/views/admin/payments/credit.html.erb
spree_core-0.60.6 app/views/admin/payments/credit.html.erb
spree_core-0.60.5 app/views/admin/payments/credit.html.erb
spree_core-0.30.2 app/views/admin/payments/credit.html.erb
spree_core-0.40.4 app/views/admin/payments/credit.html.erb
spree_core-0.50.4 app/views/admin/payments/credit.html.erb
spree_core-0.60.4 app/views/admin/payments/credit.html.erb
spree_core-0.50.3 app/views/admin/payments/credit.html.erb
spree_core-0.60.3 app/views/admin/payments/credit.html.erb
spree_core-0.60.2 app/views/admin/payments/credit.html.erb
spree_core-0.60.1 app/views/admin/payments/credit.html.erb
spree_core-0.60.0 app/views/admin/payments/credit.html.erb
spree_core-0.60.0.RC1 app/views/admin/payments/credit.html.erb
spree_core-0.50.2 app/views/admin/payments/credit.html.erb
spree_core-0.50.1 app/views/admin/payments/credit.html.erb