Sha256: aeb3a5a51974fdb55d9832590964075a0a55d982749a503fc6bd3824868b55f3

Contents?: true

Size: 397 Bytes

Versions: 21

Compression:

Stored size: 397 Bytes

Contents

<%= f.field_container :name do %>
  <%= f.label :name, t("name") %> <span class="required">*</span><br />
  <%= f.text_field :name %>
  <%= f.error_message_on :name %>
<% end %>

<%= f.field_container :presentation do %>
  <%= f.label :presentation, t("presentation") %> <span class="required">*</span><br />
  <%= f.text_field :presentation %>
  <%= f.error_message_on :presentation %>
<% end %>

Version data entries

21 entries across 21 versions & 6 rubygems

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