mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 04:04:03 +00:00
6 lines
263 B
Text
6 lines
263 B
Text
.nested-fields
|
|
= f.text_field :title
|
|
= f.text_area :description, rows: '2', class: 'col-md-8'
|
|
= f.label :vdays, 'Position is required for the following days:'
|
|
= f.select :vdays, @conference.vdays.pluck(:day, :id)
|
|
= remove_association_link :vposition, f
|