Sha256: 60dc0122393ad74d38373d94c179d6d6c2a47dcf5766ba8936dc6d2fd93d12d4
Contents?: true
Size: 688 Bytes
Versions: 6
Compression:
Stored size: 688 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 %> <%= form_for [:admin, @taxonomy, @taxon], :method => :put, :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
6 entries across 6 versions & 2 rubygems