Sha256: 6c95d858c9fc0d2903e3019a37243c8b18d42b38e41bb0c51321b7f23f95970d

Contents?: true

Size: 683 Bytes

Versions: 16

Compression:

Stored size: 683 Bytes

Contents

<% content_for :page_actions do %>
  <%= product_preview_link(@product) %>
  <% 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

16 entries across 16 versions & 1 rubygems

Version Path
spree_backend-4.1.15 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.14 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.13.1 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.13 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.12 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.11 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.10 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.9 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.8 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.7 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.6 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.5 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.4 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.3 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.2 app/views/spree/admin/products/edit.html.erb
spree_backend-4.1.1 app/views/spree/admin/products/edit.html.erb