Sha256: 7a817bd807cfd27fda4672538fa93768a485c35c913966049d497b44dfed6a58
Contents?: true
Size: 646 Bytes
Versions: 16
Compression:
Stored size: 646 Bytes
Contents
<% content_for :page_title do %> <%= link_to Spree.t(:taxonomies), spree.admin_taxonomies_url %> / <%= link_to @taxonomy.root.name, spree.edit_admin_taxonomy_url(@taxonomy) %> / New <% end %> <%= render partial: 'spree/admin/shared/error_messages', locals: { target: @taxon } %> <%= form_for [:admin, @taxonomy, @taxon] do |f| %> <%= render 'form', f: f %> <div class="form-actions" data-hook="buttons"> <%= button Spree.t('actions.create'), 'save.svg' %> <span class="or"><%= Spree.t(:or) %></span> <%= button_link_to Spree.t('actions.cancel'), edit_admin_taxonomy_url(@taxonomy), icon: "cancel.svg" %> </div> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems