Sha256: cf11d9f43e307b0f1362c7b71a751938f19494962d9ecee35e443c0d80e7df7d

Contents?: true

Size: 829 Bytes

Versions: 63

Compression:

Stored size: 829 Bytes

Contents

<div data-hook="admin_tax_category_form_fields">
  <%= f.field_container :name, class: ['form-group'] do %>
    <%= f.label :name, Spree.t(:name) %>
    <%= f.text_field :name, class: 'form-control' %>
    <%= f.error_message_on :name %>
  <% end %>

  <%= f.field_container :tax_code, class: ['form-group'] do %>
    <%= f.label :tax_code, Spree.t(:tax_code) %>
    <%= f.text_field :tax_code, class: 'form-control' %>
  <% end %>

  <%= f.field_container :description, class: ['form-group'] do %>
    <%= f.label :description, Spree.t(:description) %><br>
    <%= f.text_field :description, class: 'form-control' %>
  <% end %>

  <%= f.field_container :is_default, class: ['checkbox'] do %>
    <%= f.label :is_default do %>
      <%= f.check_box :is_default %>
      <%= Spree.t(:default) %>
    <% end %>
  <% end %>
</div>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
spree_backend-3.7.14.1 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.14 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.13 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.12 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.11 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.4.6 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.10 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.9 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.8 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.7 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.6 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.5 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.4 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.3 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.2 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.1 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.0 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.0.rc3 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.2.9 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-3.7.0.rc2 app/views/spree/admin/tax_categories/_form.html.erb