Sha256: fe4b382a01ad49207f81e24e1eaed012152cdb42a48d6555340882c4b7bdd497

Contents?: true

Size: 715 Bytes

Versions: 57

Compression:

Stored size: 715 Bytes

Contents

<div data-hook="admin_tax_category_form_fields" class="row">
  <div class="alpha four columns">
    <%= f.field_container :name do %>
      <%= f.label :name, Spree.t(:name) %>
      <%= f.text_field :name, :class => 'fullwidth' %>
    <% end %>  
  </div>
  
  <div class="five columns">
    <%= f.field_container :description do %>
      <%= f.label :description, Spree.t(:description) %><br>
      <%= f.text_field :description, :class => 'fullwidth' %>
    <% end %>
  </div>

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

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
spree_backend-2.3.13 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.14 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.12 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.13 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.11 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.12 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.10 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.9 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.11 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.10 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.8 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.7 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.9 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.12 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.6 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.8 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.11 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.5 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.7 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.10 app/views/spree/admin/tax_categories/_form.html.erb