Sha256: 651a1a42613fa633245bdcf5f76f25c1176284ff8cff0460ce2df154f439aea1
Contents?: true
Size: 693 Bytes
Versions: 6
Compression:
Stored size: 693 Bytes
Contents
<% admin_breadcrumb(t('spree.taxon_edit')) %> <% content_for :page_actions do %> <li> <%= button_link_to t('spree.back_to_taxonomies_list'), spree.admin_taxonomies_path %> </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 t('spree.actions.update') %> <%= button_link_to t('spree.actions.cancel'), edit_admin_taxonomy_url(@taxonomy) %> </div> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems