7 lines
No EOL
239 B
Text
7 lines
No EOL
239 B
Text
<div class="nested-fields">
|
|
<%= f.inputs do %>
|
|
<%= f.date_select :day %>
|
|
<%= f.input :description, :input_html => {:rows => "2", :class => "span8"} %>
|
|
<%= remove_association_link :vday, f %>
|
|
<% end %>
|
|
</div> |