Sha256: 5b6e60cd5763da8aadd95ff45a14cb9814b7e1d57ef0f96bd4e784825c1f688e
Contents?: true
Size: 264 Bytes
Versions: 5
Compression:
Stored size: 264 Bytes
Contents
<div class="nested-fields"> <%= f.label :checkout_type_id -%> <%= f.select(:checkout_type_id, @checkout_types.collect{|c| [c.display_name, c.id]}) %> <%= link_to_remove_association t('page.remove'), f, data: {confirm: t('page.are_you_sure')} %><br /> </div>
Version data entries
5 entries across 5 versions & 1 rubygems