Sha256: 4d4926b10eb761e012ab7a8a43b3dd73a4848d91be6483194651d29ebce667a5
Contents?: true
Size: 1.12 KB
Versions: 15
Compression:
Stored size: 1.12 KB
Contents
<% admin_breadcrumb(link_to plural_resource_name(Spree::Product), spree.admin_products_path) %> <% admin_breadcrumb(link_to plural_resource_name(Spree::Taxonomy), spree.admin_taxonomies_path) %> <% admin_breadcrumb(@taxonomy.name) %> <% content_for :page_actions do %> <li> <%= button_link_to Spree.t(:add_taxon), spree.admin_taxonomies_path, { class: 'add-taxon-button' } %> </li> <% end %> <%= form_for [:admin, @taxonomy] do |f| %> <fieldset class="no-border-top"> <%= render :partial => 'form', :locals => { :f => f } %> <div class="filter-actions actions"> <%= button Spree.t('actions.update') %> <%= button_link_to Spree.t('actions.cancel'), admin_taxonomies_path %> </div> </fieldset> <div> <script> Spree.routes.taxonomy_path = "<%= spree.api_taxonomy_path(@taxonomy) %>"; Spree.routes.taxonomy_taxons_path = "<%= spree.api_taxonomy_taxons_path(@taxonomy) %>"; Spree.routes.admin_taxonomy_taxons_path = "<%= spree.admin_taxonomy_taxons_path(@taxonomy) %>"; </script> <div id="taxonomy_tree" class="tree" data-taxonomy-id="<%= @taxonomy.id %>"></div> </div> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems