engine/app/views/locomotive/custom_fields/types/_select.html.haml

5 lines
198 B
Plaintext
Raw Normal View History

= f.input :"#{name}_id",
:label => field.label,
:hint => field.hint,
:as => 'select',
:collection => field.ordered_select_options.map { |option| [option.name, option.id] }