Sha256: 24e8846d17cd705480cdc26f22a9d17016fcca721417972b9a8d0588233b4545
Contents?: true
Size: 655 Bytes
Versions: 5
Compression:
Stored size: 655 Bytes
Contents
<% content_for :page_actions do %> <% if can?(:create, Spree::Auction) %> <li id="new_product_link"> <%= link_to t('spree.new_auction'), new_object_url, id: 'admin_new_auction', class: 'btn btn-primary' %> </li> <% end %> <% end %> <%= render partial: 'spree/shared/error_messages', locals: { target: @auction } %> <%= form_for [:admin, @auction], html: { multipart: true } do |f| %> <fieldset class="no-border-top"> <%= render partial: 'form', locals: { f: f, auction: @auction } %> <% if can?(:update, @auction) %> <%= render partial: 'spree/admin/shared/edit_resource_links' %> <% end %> </fieldset> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems