Sha256: 5067d9c4314b149c92ea60ff2ce614f6577d4b621d3b3e0afa48f66e2ca53405
Contents?: true
Size: 654 Bytes
Versions: 16
Compression:
Stored size: 654 Bytes
Contents
<% content_for :head do %> <%= javascript_include_tag 'checkout', '/states' %> <% end %> <div id="checkout"> <h1><%= t("checkout")%></h1> <%= checkout_progress %> <br clear="left" /> <%= render "shared/error_messages", :target => @order %> <%= hook :checkout_summary_box do %> <div id="checkout-summary"> <%= 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 %> <input id="post-final" type="submit" style="display:none"/> <% end %> </div>
Version data entries
16 entries across 16 versions & 1 rubygems