Sha256: 388fe566422aa4f5c52b7c63b38104c003a05247db9e38a7fbe46c9d3b027e33

Contents?: true

Size: 288 Bytes

Versions: 8

Compression:

Stored size: 288 Bytes

Contents

<div data-hook="admin_inside_taxonomy_form">
  <%= 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 %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.6 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.5 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.4 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.3 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.2 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.1 app/views/admin/taxonomies/_form.html.erb
spree_core-0.70.0 app/views/admin/taxonomies/_form.html.erb