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.0.13 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.4 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.9 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.6 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.3 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.2 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.5 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.8 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.0.12 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.1 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.4 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.3 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.3.0 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.2 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.7 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.0.11 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.0.10 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.1 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.1.6 app/views/spree/admin/tax_categories/_form.html.erb
spree_backend-2.2.0 app/views/spree/admin/tax_categories/_form.html.erb