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