Sha256: 7b0580c2715ab2869b094a5e107c54691db9d39c3b8aaac03495a6c98728dabd

Contents?: true

Size: 378 Bytes

Versions: 30

Compression:

Stored size: 378 Bytes

Contents

<%= f.field_container :name do %>
  <%= f.label :name, t("name")%><br />
  <%=f.text_field :name %>
<% end %>
<%= f.field_container :description do %>
  <%= f.label :description, t("description")%><br />
  <%=f.text_field :description %>
<% end %>
<%= f.field_container :is_default do %>
  <%= f.label :is_default, t("default")%><br />
  <%=f.check_box :is_default %>
<% end %>

Version data entries

30 entries across 30 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/tax_categories/_form.html.erb
My-Commerce_core-1.1.0 app/views/admin/tax_categories/_form.html.erb
My-Commerce_core-1.0.0 app/views/admin/tax_categories/_form.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/tax_categories/_form.html.erb
MyCommerce-0.0.3 core/app/views/admin/tax_categories/_form.html.erb
rfcommerce_core-0.0.3 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.6 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.5 app/views/admin/tax_categories/_form.html.erb
spree_core-0.30.2 app/views/admin/tax_categories/_form.html.erb
spree_core-0.40.4 app/views/admin/tax_categories/_form.html.erb
spree_core-0.50.4 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.4 app/views/admin/tax_categories/_form.html.erb
spree_core-0.50.3 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.3 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.2 app/views/admin/tax_categories/_form.html.erb
spree_core-0.70.0.rc2 app/views/admin/tax_categories/_form.html.erb
spree_core-0.70.RC1 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.1 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.0 app/views/admin/tax_categories/_form.html.erb
spree_core-0.60.0.RC1 app/views/admin/tax_categories/_form.html.erb