Sha256: f73a52070bef41b817978069e723223ab8f4dd416606079af6cc7c1824a9d85e

Contents?: true

Size: 523 Bytes

Versions: 16

Compression:

Stored size: 523 Bytes

Contents

<div class="field">
  <%= f.label t('activerecord.models.carrier_type_has_checkout_type') %><br />
  <%= f.fields_for :carrier_type_has_checkout_types do |checkout_form| %>
    <%= checkout_form.label :checkout_type_id -%>
    <%= checkout_form.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name.localize, c.id]}) %>
    <%= checkout_form.link_to_remove t('page.remove'), confirm: t('page.are_you_sure') %>
  <% end %>
  <p><%= f.link_to_add t('page.add'), :carrier_type_has_checkout_types %></p>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_circulation-0.1.2 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.1 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre49 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre48 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre47 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre46 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre45 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre44 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre43 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre42 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre41 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre40 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre39 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre38 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre37 app/views/carrier_types/_checkout_form.html.erb