Sha256: f8ae52542e5e6f418254824086d471b2e698f7474a94c6146c772173c88ffc13

Contents?: true

Size: 287 Bytes

Versions: 9

Compression:

Stored size: 287 Bytes

Contents

<% hook :admin_inside_taxonomy_form do %>
  <% f.field_container :name do %>
    <%= f.label :name, t("name") %> <span class="required">*</span><br />
    <%= error_message_on :taxonomy, :name, :class => 'fullwidth title'  %>
    <%= text_field :taxonomy, :name  %>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/admin/taxonomies/_form.html.erb