Sha256: 46f1a400eabde48d717031c743de0f89f44b7139a28fb102ed7e10b7d593e69f
Contents?: true
Size: 761 Bytes
Versions: 33
Compression:
Stored size: 761 Bytes
Contents
<% admin_breadcrumb(t('spree.taxon_edit')) %> <% content_for :page_actions do %> <li> <%= link_to t('spree.back_to_taxonomies_list'), spree.admin_taxonomies_path, class: 'btn btn-primary' %> </li> <% end %> <%# Because otherwise the form would attempt to use to_param of @taxon %> <% form_url = admin_taxonomy_taxon_path(@taxonomy.id, @taxon.id) %> <%= form_for [:admin, @taxonomy, @taxon], method: :put, url: form_url, html: { multipart: true } do |f| %> <%= render 'form', f: f %> <div class="form-buttons filter-actions" data-hook="buttons"> <%= button_tag t('spree.actions.update'), class: 'btn btn-primary' %> <%= link_to t('spree.actions.cancel'), edit_admin_taxonomy_url(@taxonomy), class: 'btn btn-primary' %> </div> <% end %>
Version data entries
33 entries across 33 versions & 2 rubygems