Sha256: 6a74211df2ad65898e91c22e3f4f3f84b6130dd3b464e775f58f09c20231d892
Contents?: true
Size: 550 Bytes
Versions: 14
Compression:
Stored size: 550 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Payments"} %> <h2><%= t('new') %> <%= t("activerecord.models.#{@payment.class.to_s.underscore}.one") %></h2> <%= render "shared/error_messages", :target => @payment %> <%= form_for @payment, :url => admin_order_payments_path(@order) do |f| %> <%= render "form", :f => f %> <p class="form-buttons"> <%= button @order.cart? ? t('continue') : t('update') %> </p> <% end %> <% content_for :head do %> <%= javascript_include_tag 'admin/payments/new' %> <% end %>
Version data entries
14 entries across 14 versions & 6 rubygems