|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<% versions = project.versions.sort %>
|
|
|
|
|
<% attachmenttypes = project.attachmenttypes %>
|
|
|
|
|
<%= error_messages_for 'attachment' %>
|
|
|
|
|
<%= form_tag(project_files_path(project), :multipart => true,:remote => true,:method => :post,:name=>"upload_form", :class => "tabular") do %>
|
|
|
|
|
<%= form_tag(project_files_path(project), :multipart => true,:remote => false,:method => :post,:name=>"upload_form", :class => "tabular") do %>
|
|
|
|
|
<div class="box">
|
|
|
|
|
<p>
|
|
|
|
|
<table>
|
|
|
|
|