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