Sha256: 0bb68684eff757a95266b877adbfb0530d0c638646c50608bb537b792be7149d

Contents?: true

Size: 943 Bytes

Versions: 25

Compression:

Stored size: 943 Bytes

Contents

<% content_for :page_actions do %>
  <li><%= button_link_to Spree.t(:back_to_products_list), session[:return_to] || admin_products_url, :icon => '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 => '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

25 entries across 25 versions & 1 rubygems

Version Path
spree_backend-2.1.12 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.11 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.10 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.13 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.9 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.8 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.12 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.7 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.11 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.10 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.1 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.6 app/views/spree/admin/products/edit.html.erb
spree_backend-2.2.0 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.5 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.9 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.4 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.8 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.3 app/views/spree/admin/products/edit.html.erb
spree_backend-2.0.7 app/views/spree/admin/products/edit.html.erb
spree_backend-2.1.2 app/views/spree/admin/products/edit.html.erb