Sha256: 8d4229bda38b923f4f00ae3a64d06be3973d6b32dd0471afb363fb2e420a3a95
Contents?: true
Size: 775 Bytes
Versions: 5
Compression:
Stored size: 775 Bytes
Contents
<%= render partial: 'spree/admin/shared/product_tabs', locals: { current: :prices } %> <% content_for :page_actions do %> <%= yield :page_actions %> <%= product_preview_link(@product) %> <% end %> <form> <input class="form-control" placeholder="<%= Spree.t('variant_prices_search_placeholder') %>" type="text" id="variant-price-search"/> </form> <%= form_tag nil, { class: 'form-horizontal' } do %> <div class="mt-3"> <%= render 'variant_prices', variant: @product.master %> </div> <div class="form-actions" data-hook="buttons"> <%= button Spree.t('actions.update'), 'update.svg' %> <span class="or"><%= Spree.t(:or) %></span> <%= button_link_to Spree.t('actions.cancel'), admin_product_path(@product), icon: 'delete.svg' %> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems