<% form_tag({ :action => 'add_file', :id => @project }, :multipart => true, :class => "tabular") do %>
<%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %>
<%= render :partial => 'attachments/form' %>
<%= submit_tag l(:button_add) %>
<% end %>