Sha256: 3d2f837c01ad0b36139340df84088a448e930b2d00ad30b2630cb9aa8ba77f02
Contents?: true
Size: 692 Bytes
Versions: 8
Compression:
Stored size: 692 Bytes
Contents
<% content_for :head do %> <%= javascript_include_tag '/states' %> <% end %> <div id="checkout" data-hook> <h1><%= t(:checkout) %></h1> <%= checkout_progress %> <br clear="left" /> <%= render 'shared/error_messages', :target => @order %> <% if @order.state != 'confirm' %> <div id="checkout-summary" data-hook="checkout_summary_box"> <%= render 'summary', :order => @order %> </div> <% end %> <%= form_for @order, :url => update_checkout_path(@order.state), :html => { :id => "checkout_form_#{@order.state}" } do |form| %> <%= render @order.state, :form => form %> <%= submit_tag nil, :id => 'post-final', :style => 'display:none;' %> <% end %> </div>
Version data entries
8 entries across 8 versions & 1 rubygems