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