Sha256: 70025b823c12862a22f2afc789ddcf259728907bc7eef6db5e0ea158c7dae8f2
Contents?: true
Size: 266 Bytes
Versions: 7
Compression:
Stored size: 266 Bytes
Contents
<% @body_id = 'cart' %> <h1><%= t("shopping_cart")%></h1> <% form_for(:order, :url => object_url, :html => { :method => :put}) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% end %> <p><%=link_to t("continue_shopping"), products_path %></p>
Version data entries
7 entries across 7 versions & 2 rubygems