Sha256: b046f2b50d8ec4a91b992b9cb1edfeb01f52aefa1e7cc0384c007fccfe6332a1

Contents?: true

Size: 266 Bytes

Versions: 10

Compression:

Stored size: 266 Bytes

Contents

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

<h1>Editing Product</h1>

<% form_for(:product, :html => { :multipart => true}) do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= submit_tag 'Update' %> or <%= link_to 'Cancel', :action => :index %>
<% end %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/admin/products/edit.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/admin/products/edit.rhtml
railscart-0.0.3 starter_app/vendor/plugins/railscart/app/views/admin/products/edit.rhtml
railscart-0.0.4 starter_app/vendor/plugins/railscart/app/views/admin/products/edit.rhtml
spree-0.0.5 starter-app/vendor/plugins/spree/app/views/admin/products/edit.rhtml
spree-0.0.6 starter-app/vendor/plugins/spree/app/views/admin/products/edit.rhtml
spree-0.0.9 app/views/admin/products/edit.rhtml
spree-0.0.8 starter-app/vendor/plugins/spree/app/views/admin/products/edit.rhtml
spree-0.0.7 starter-app/vendor/plugins/spree/app/views/admin/products/edit.rhtml
spree-0.2.0 app/views/admin/products/edit.rhtml