Sha256: 95845cec5bdcd9b815d6b5f26c600766aa79f4d82d5650938daeba927a636e63
Contents?: true
Size: 489 Bytes
Versions: 9
Compression:
Stored size: 489 Bytes
Contents
<%= render :partial => 'spree/admin/shared/order_tabs', :locals => { :current => 'Creditcards' } %> <% content_for :page_title do %> <i class="icon-arrow-right"></i> <%= t(:refund) %> <% end %> <%= 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
9 entries across 9 versions & 2 rubygems