<% content_for :head do %> <%= javascript_include_tag 'checkout' %> <% end %>

<%= t("checkout")%>

<% form_for @order, :url => checkout_order_path(@order), :html => { :method => :post, :id => 'checkout_form'} do |order_form| %> <%= render :partial => 'checkout_form', :locals => {:order_form => order_form} %> <% end %>