2014-01-01 11:39:59 +02:00
|
|
|
<div class="nested-fields">
|
|
|
|
|
<%= f.inputs do %>
|
|
|
|
|
<%= f.input :title %>
|
2017-03-11 13:25:39 +05:30
|
|
|
<%= f.input :description, input_html: {rows: '2', class: 'col-md-8'}%>
|
|
|
|
|
<%= f.input :vdays, collection: @conference.vdays.map {|x| [x.day, x.id]}, label: 'Position is required for the following days:'%>
|
2014-01-01 11:39:59 +02:00
|
|
|
<%= remove_association_link :vposition, f %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|