2013-02-16 13:30:53 +01:00
|
|
|
<div class="nested-fields">
|
|
|
|
|
<%= f.inputs do %>
|
|
|
|
|
<%= f.input :title %>
|
|
|
|
|
<%= f.input :description, :input_html => {:rows => 5} %>
|
2014-05-19 12:24:48 +05:30
|
|
|
<%= f.date_select :date, as: :string %>
|
2013-02-16 13:30:53 +01:00
|
|
|
<%= remove_association_link :social_event, f %>
|
|
|
|
|
<% end %>
|
|
|
|
|
</div>
|