Sha256: 8979a0ccb4fdcd0a09b17c3a45a4edaa6b59ac54d84e67e1f986ac1b0b54e6c2
Contents?: true
Size: 849 Bytes
Versions: 2
Compression:
Stored size: 849 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= t(:taxon_edit) %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to t(:back_to_taxonomies_list), spree.admin_taxonomies_path, :icon => 'icon-arrow-left' %> </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 :partial => 'form', :locals => { :f => f } %> <div class="form-buttons" data-hook="buttons"> <%= button t(:update), 'icon-refresh' %> <%= t(:or) %> <%= button_link_to t(:cancel), edit_admin_taxonomy_url(@taxonomy), :icon => "icon-remove" %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-1.3.4 | app/views/spree/admin/taxons/edit.html.erb |
spree_core-1.3.3 | app/views/spree/admin/taxons/edit.html.erb |