Sha256: fb8e1eb10e471ad4434c08a675afbe0ef8e29776a4c4800dddb72fcd4c6c7aa0

Contents?: true

Size: 643 Bytes

Versions: 61

Compression:

Stored size: 643 Bytes

Contents

<% content_for :page_actions do %>
  <% if can?(:create, Spree::Product) %>
    <%= button_link_to Spree.t(:new_product), new_object_url, { class: "btn-success", icon: 'add', id: 'admin_new_product' } %>
  <% end %>
<% end %>

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

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

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
spree_backend-3.4.6 app/views/spree/admin/products/edit.html.erb
spree_backend-3.2.9 app/views/spree/admin/products/edit.html.erb
spree_backend-3.1.14 app/views/spree/admin/products/edit.html.erb
spree_backend-3.3.6 app/views/spree/admin/products/edit.html.erb
spree_backend-3.2.8 app/views/spree/admin/products/edit.html.erb
spree_backend-3.1.13 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.5 app/views/spree/admin/products/edit.html.erb
spree_backend-3.3.5 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.4 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.3 app/views/spree/admin/products/edit.html.erb
spree_backend-3.3.4 app/views/spree/admin/products/edit.html.erb
spree_backend-3.2.7 app/views/spree/admin/products/edit.html.erb
spree_backend-3.1.12 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.2 app/views/spree/admin/products/edit.html.erb
spree_backend-3.3.3 app/views/spree/admin/products/edit.html.erb
spree_backend-3.2.6 app/views/spree/admin/products/edit.html.erb
spree_backend-3.1.11 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.1 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.0 app/views/spree/admin/products/edit.html.erb
spree_backend-3.4.0.rc2 app/views/spree/admin/products/edit.html.erb