2014-01-01 11:39:59 +02:00
|
|
|
<div class="nested-fields">
|
|
|
|
|
<%= f.inputs do %>
|
|
|
|
|
<%= f.date_select :day %>
|
2017-03-11 13:25:39 +05:30
|
|
|
<%= f.input :description, input_html: {rows: '2', class: 'col-md-8'} %>
|
2014-01-01 11:39:59 +02:00
|
|
|
<%= remove_association_link :vday, f %>
|
|
|
|
|
<% end %>
|
2017-03-11 13:25:39 +05:30
|
|
|
</div>
|