Sha256: 156d2c920be2ee24463f159395ff053125f86f10b7bd77d32f6f62591a41323a
Contents?: true
Size: 468 Bytes
Versions: 6
Compression:
Stored size: 468 Bytes
Contents
<% content_for :head do %> <%= javascript_include_tag 'checkout', '/states' %> <% end %> <div id="checkout"> <h1><%= t("checkout")%></h1> <% form_for @checkout, :url => object_url, :html => { :method => :put, :id => 'checkout_form'} do |checkout_form| %> <%= render 'form', :checkout_form => checkout_form %> <input id="post-final" type="submit" style="display:none"/> <% end %> </div> <div id="checkout-summary"> <%= render 'summary' %> </div>
Version data entries
6 entries across 6 versions & 2 rubygems