Sha256: 63f49fd8029814eb3427f5c90c4077d4182269043c7f5b640889d82765165e45
Contents?: true
Size: 315 Bytes
Versions: 6
Compression:
Stored size: 315 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("new_taxonomy") %></h1> <%= form_for :taxon, :url => collection_url, :html => { :multipart => true } do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("create") %> </p> <% end %>
Version data entries
6 entries across 6 versions & 5 rubygems