Sha256: d132dea24a47de1f4e3ac5b83b097aa6227e9968bac77813958c7fe028a95737

Contents?: true

Size: 286 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
spree_core-1.0.0.rc1 app/views/spree/orders/new.html.erb