Sha256: a9bb41b01f9797cb38c543954c9d37da40447ff976a349cfdd505d50dd869892

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 Bytes

Contents

<%= render :partial => 'menu' -%>

<% form_for(:product, :html => { :multipart => true }) do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <!--<input type="file" id="product_file" name="product[file]"/>--><br/>
  <%= submit_tag "Create" %>
<% end %>

<%= link_to 'Back', :action => :index %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/admin/products/new.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/admin/products/new.rhtml
spree-0.0.9 app/views/admin/products/new.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/admin/products/new.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/admin/products/new.rhtml
spree-0.2.0 app/views/admin/products/new.rhtml