Sha256: 432f9677970a2e3727373bc26dcc4fb95d3bb2e3adb40a6bf84b6bd289a7a7b8

Contents?: true

Size: 197 Bytes

Versions: 8

Compression:

Stored size: 197 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc9 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc8 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc7 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc4 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/custom_fields/types/_select.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/custom_fields/types/_select.html.haml