<%= render partial: 'spree/admin/shared/product_tabs', locals: { current: :prices } %> <% content_for :page_actions do %> <%= yield :page_actions %> <%= product_preview_link(@product) %> <% end %>
<%= form_tag nil, { class: 'form-horizontal' } do %>
<%= render 'variant_prices', variant: @product.master %>
<%= button Spree.t('actions.update'), 'update.svg' %> <%= Spree.t(:or) %> <%= button_link_to Spree.t('actions.cancel'), admin_product_path(@product), icon: 'delete.svg' %>
<% end %>