Sha256: 969e5af09108feae5bcfa3406a625acf5bf679c82a62b552c41a209a93442e07
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
<h1><%= t("new_taxonomy") %></h1> <% form_for(:taxon, :url => collection_url) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> </table> <p> <%= submit_tag t("create") %> </p> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree-0.6.0 | app/views/admin/taxonomies/new.html.erb |
spree-0.7.0 | app/views/admin/taxonomies/new.html.erb |
spree-0.7.1 | app/views/admin/taxonomies/new.html.erb |