<% form_for(@submission, :url => {:action => action}, :html => {:multipart => true}) do |f| %> <%= render :partial => 'presentation', :object => @submission.presentation %>
Special Needs/Equipment, Availability, etc.
<%= f.text_area :comments, :class => 'textarea', :style => 'width:100%;' %>


<%= f.hidden_field :conference_id %> <%= f.hidden_field :id %> <%= f.submit "Submit Presentation" %>     <%= link_to "Cancel", :action => 'index' %>
<% end %>