Sha256: 6b78c46709eafbc06c4a33869de3d270d2ad5575deadbd856f25cb7f03232aa3
Contents?: true
Size: 780 Bytes
Versions: 5
Compression:
Stored size: 780 Bytes
Contents
<%= render partial: 'spree/admin/shared/product_tabs', locals: { current: :prices } %> <% content_for :page_actions do %> <%= yield :page_actions %> <%= external_page_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="my-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