diff options
Diffstat (limited to 'app/views/files/new.html.erb')
-rw-r--r-- | app/views/files/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/files/new.html.erb b/app/views/files/new.html.erb index 544bd333b..ab38b4472 100644 --- a/app/views/files/new.html.erb +++ b/app/views/files/new.html.erb @@ -1,7 +1,7 @@ <h2><%=l(:label_attachment_new)%></h2> <%= error_messages_for 'attachment' %> -<% form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %> +<%= form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %> <div class="box"> <% if @versions.any? %> |