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