Sha256: a6f0b316c6ee9973b5302f65538d4ace7f443e420970396b039826de499f5372

Contents?: true

Size: 933 Bytes

Versions: 42

Compression:

Stored size: 933 Bytes

Contents

<% content_for :page_actions do %>
  <li><%= button_link_to Spree.t(:back_to_products_list), session[:return_to] || admin_products_url, :icon => 'arrow-left' %></li>
  <% if can?(:create, Spree::Product) %>
    <li id="new_product_link">
      <%= button_link_to Spree.t(:new_product), new_object_url, { :icon => 'plus', :id => 'admin_new_product' } %>
    </li>
  <% end %>
<% end %>

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

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

<%= form_for [:admin, @product], :method => :put, :html => { :multipart => true } do |f| %>
  <fieldset class="no-border-top">
    <%= render :partial => 'form', :locals => { :f => f } %>
    <%= render :partial => 'spree/admin/shared/edit_resource_links' %>
  </fieldset>
<% end %>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
spree_backend-2.4.10 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.13 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.14 app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.9 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.12 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.13 app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.8 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.11 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.12 app/views/spree/admin/products/edit.html.erb
solidus_backend-1.0.0.pre app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.7 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.10 app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.6 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.9 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.11 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.10 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.8 app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.5 app/views/spree/admin/products/edit.html.erb
spree_backend-2.4.4 app/views/spree/admin/products/edit.html.erb
spree_backend-2.3.7 app/views/spree/admin/products/edit.html.erb