Sha256: daaddcebfd0c1931d37d533376598973218ce9621011f2274b1778b601be2d9c

Contents?: true

Size: 254 Bytes

Versions: 5

Compression:

Stored size: 254 Bytes

Contents

<div class="nested-fields">
  <%= f.label :checkout_type_id -%>
  <%= f.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name.localize, c.id]}) %>
  <%= f.link_to_remove t('page.remove'), data: {confirm: t('page.are_you_sure')} %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.2.0 app/views/carrier_types/_carrier_type_has_checkout_type_fields.html.erb
enju_circulation-0.2.0.beta.4 app/views/carrier_types/_carrier_type_has_checkout_type_fields.html.erb
enju_circulation-0.2.0.beta.3 app/views/carrier_types/_carrier_type_has_checkout_type_fields.html.erb
enju_circulation-0.2.0.beta.2 app/views/carrier_types/_carrier_type_has_checkout_type_fields.html.erb
enju_circulation-0.2.0.beta.1 app/views/carrier_types/_carrier_type_has_checkout_type_fields.html.erb