Sha256: ad49a179c637441d90d8caaf3d3ab222329124a7484c73e2c043c617e86913d3
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 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 => { :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