Sha256: f7a314f7c52749c0bab79e7aef026cd20671da4c565aa4eb8f70106018029036
Contents?: true
Size: 638 Bytes
Versions: 7
Compression:
Stored size: 638 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Payments"} %> <h2><%= t("new_credit_card_payment")%></h2> <%=error_messages_for :creditcard_payment %> <% form_for @creditcard_payment, :url => collection_url do |payment_form| %> <h4><%= t("billing_address")%></h4> <% payment_form.fields_for :creditcard do |creditcard_form| %> <%= render :partial => 'admin/shared/form_address', :locals => {:f => creditcard_form} %> <% end %> <p class="form-buttons"> <%= button t('continue') %> or <%= link_to t("actions.cancel"), admin_order_payments_url(@order) %> </p> <% end %>
Version data entries
7 entries across 7 versions & 2 rubygems