Sha256: a7a4ebdeb5d4b44a9d610f6a6f23417c7defe787d55d1ac2f49aed412d0dca36

Contents?: true

Size: 417 Bytes

Versions: 14

Compression:

Stored size: 417 Bytes

Contents

<%= render :partial => 'admin/shared/configuration_menu' %>

<h1><%= t("taxon_edit")%></h1>

<%= form_for(:taxon, :url => admin_taxonomy_taxon_url, :html => { :method => :put, :multipart => true}) do |f| %>
  <%= render :partial => 'form', :locals => {:f => f} %>

  <p class="form-buttons">
    <%= button t("update") %> <%= t("or") %> <%= link_to t("cancel"), edit_admin_taxonomy_url(@taxonomy) %>
  </p>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
spree_core-0.30.2 app/views/admin/taxons/edit.html.erb
spree_core-0.40.4 app/views/admin/taxons/edit.html.erb
spree_core-0.50.4 app/views/admin/taxons/edit.html.erb
spree_core-0.50.3 app/views/admin/taxons/edit.html.erb
spree_core-0.50.2 app/views/admin/taxons/edit.html.erb
spree_core-0.50.1 app/views/admin/taxons/edit.html.erb
spree_core-0.50.0 app/views/admin/taxons/edit.html.erb
spree_core-0.40.3 app/views/admin/taxons/edit.html.erb
spree_core-0.40.2 app/views/admin/taxons/edit.html.erb
spree_core-0.40.1 app/views/admin/taxons/edit.html.erb
spree_core-0.40.0 app/views/admin/taxons/edit.html.erb
spree_core-0.30.1 app/views/admin/taxons/edit.html.erb
spree_core-0.30.0 app/views/admin/taxons/edit.html.erb
spree_core-0.30.0.beta1 app/views/admin/taxons/edit.html.erb