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