Sha256: ab11ff3b7337b72709fd466622b0f2f051ff1bfeebbf77c00689059b9288ce6f

Contents?: true

Size: 615 Bytes

Versions: 6

Compression:

Stored size: 615 Bytes

Contents

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

<%= render :partial => "yui_head" %>

<h1>Edit Taxonomy</h1>

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

	  <div>
	    <label><%= t("tree")%></label><br />
    	<%= yui_tree_helper @taxonomy %>
  	</div>
    <p><small>* Right click a child in the tree to access the menu for adding, deleting or sorting a child.</small></p>

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

<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spree-0.8.4 app/views/admin/taxonomies/edit.html.erb
spree-0.8.5 app/views/admin/taxonomies/edit.html.erb
spree-0.8.0 app/views/admin/taxonomies/edit.html.erb
spree-0.8.1 app/views/admin/taxonomies/edit.html.erb
spree-0.8.2 app/views/admin/taxonomies/edit.html.erb
spree-0.8.3 app/views/admin/taxonomies/edit.html.erb