Sha256: 7317809b36cef7b0581cf8c208c08f3d9b9e90d913a7adc2344157c92edc13b1
Contents?: true
Size: 529 Bytes
Versions: 5
Compression:
Stored size: 529 Bytes
Contents
<%= form_with model: benefit, scope: :benefit, url: path, method: :get do |form| %> <%= form.hidden_field :type %> <div class="form-group"> <%= form.label :calculator_type %> <%= form.select :calculator_type, options_for_benefit_calculator_types(form.object), { include_blank: t(:choose_benefit_calculator, scope: 'solidus_promotions') }, class: 'custom-select fullwidth', onchange: 'this.form.requestSubmit()', required: true %> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems