diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb
index 100b323..544bd33 100644
--- a/app/views/files/new.html.erb
+++ b/app/views/files/new.html.erb
@@ -1,8 +1,8 @@
<%=l(:label_attachment_new)%>
<%= error_messages_for 'attachment' %>
-
<% form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %>
+
<% if @versions.any? %>