Sha256: d3139a563839aa424b2a10bb20e55574b70b8291b6e8db6325267b418cd0b775

Contents?: true

Size: 439 Bytes

Versions: 8

Compression:

Stored size: 439 Bytes

Contents

<%= render :partial => 'admin/shared/product_sub_menu' %>

<%= render :partial => 'admin/shared/product_tabs', :locals => {:current => 'Product Details'} %>
<%= render 'shared/error_messages', :target => @product %>

<%= form_for [:admin, @product], :html => { :method => :put, :multipart => true } do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>
  <%= render :partial => 'admin/shared/edit_resource_links' %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/products/edit.html.erb
spree_core-0.70.6 app/views/admin/products/edit.html.erb
spree_core-0.70.5 app/views/admin/products/edit.html.erb
spree_core-0.70.4 app/views/admin/products/edit.html.erb
spree_core-0.70.3 app/views/admin/products/edit.html.erb
spree_core-0.70.2 app/views/admin/products/edit.html.erb
spree_core-0.70.1 app/views/admin/products/edit.html.erb
spree_core-0.70.0 app/views/admin/products/edit.html.erb