Sha256: fdddc5aadbca3fdb915ada3f54871de4a65ce8868c28257da95a6e7a1011a06e
Contents?: true
Size: 603 Bytes
Versions: 5
Compression:
Stored size: 603 Bytes
Contents
<% admin_breadcrumb link_to(plural_resource_name(Spree::Auction), spree.admin_auctions_path) %> <% admin_breadcrumb t('spree.new_auction') %> <%= render partial: 'spree/shared/error_messages', locals: { target: @auction } %> <%= form_for [:admin, @auction], method: :post, url: admin_auctions_path, html: { multipart: true } do |f| %> <fieldset data-hook="new_product"> <legend align="center"><%= t('spree.new_auction') %></legend> <%= render partial: 'form', locals: { f: f, auction: @auction} %> <%= render partial: 'spree/admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems