Sha256: d911bfed43c571a772ea8e676a6c63764717a9277f7c1b277424a15b0518072f
Contents?: true
Size: 530 Bytes
Versions: 13
Compression:
Stored size: 530 Bytes
Contents
<%= render :partial => 'admin/shared/order_tabs', :locals => {:current => "Payments"} %> <h2><%= t('new') %> <%= t("activerecord.models.#{@object.class.to_s.underscore}.one") %></h2> <%= render "shared/error_messages", :target => @payment %> <%= form_for @payment, :url => collection_url 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
13 entries across 13 versions & 1 rubygems