Sha256: 45bef292ed87663d2476ea76bf37397c73344ea34b95512b534ad81738df14a0
Contents?: true
Size: 286 Bytes
Versions: 30
Compression:
Stored size: 286 Bytes
Contents
<% @body_id = 'cart' %> <h1><%= t("shopping_cart")%></h1> <%= form_for(@order, :url =>'#', :html => { :method => :put}) do |order_form| %> <%= render :partial => 'form', :locals => {:order_form => order_form} %> <% end %> <p><%=link_to t("continue_shopping"), products_path %></p>
Version data entries
30 entries across 30 versions & 6 rubygems