osem-fcy/app/views/admin/volunteers/_vday_fields.html.erb
2014-03-17 16:42:19 +01:00

7 lines
No EOL
242 B
Text

<div class="nested-fields">
<%= f.inputs do %>
<%= f.date_select :day %>
<%= f.input :description, :input_html => {:rows => "2", :class => "col-md-8"} %>
<%= remove_association_link :vday, f %>
<% end %>
</div>