Sha256: 424428947639fdd04667a614585c9a8f0ad5d1af6fe8bd3a01bb49ad7bdbfc50
Contents?: true
Size: 392 Bytes
Versions: 28
Compression:
Stored size: 392 Bytes
Contents
<%= render :partial => 'spree/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
28 entries across 28 versions & 1 rubygems