Sha256: 0b4ba4da71f1fc745d77e30d31509fa4b9cb8452ac55011a9c737f3285d337f5
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Creditcards"} %> <%= form_tag do %> <h3><%= t('refund') %></h3> <fieldset data-hook="credit"> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/payments/credit.html.erb |
spree_core-0.70.RC1 | app/views/admin/payments/credit.html.erb |