Sha256: bd30652a462b41619ed54d27491403c5afe1598ab36658f555e479b8cc0b95d4

Contents?: true

Size: 526 Bytes

Versions: 12

Compression:

Stored size: 526 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

12 entries across 12 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre36 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre35 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre34 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre33 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre32 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre31 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre30 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre29 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre28 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre27 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre26 app/views/carrier_types/_checkout_form.html.erb
enju_circulation-0.1.0.pre25 app/views/carrier_types/_checkout_form.html.erb