Sha256: 79683c1348904712ba5ae4829746b6fdf355f3d489e0fb7c647e722224550ea1
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
<%= render :partial => 'admin/shared/configuration_menu' %> <h1><%= t("new_taxonomy") %></h1> <%= form_for([:admin, @taxonomy]) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons" data-hook="buttons"> <%= button t("create") %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_core-0.70.0.rc2 | app/views/admin/taxonomies/new.html.erb |
spree_core-0.70.RC1 | app/views/admin/taxonomies/new.html.erb |