diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-23 15:42:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-23 15:42:15 +0000 |
commit | 77aab5c468f3ae0877a4aff820fa1ea670520ef4 (patch) | |
tree | efb3f215ef151e0d5b1f570cccaecc6a4bc257c2 /app/views/files | |
parent | 71c83e115507d0451178ee4159defc4a4afc7365 (diff) | |
download | redmine-77aab5c468f3ae0877a4aff820fa1ea670520ef4.tar.gz redmine-77aab5c468f3ae0877a4aff820fa1ea670520ef4.zip |
Fixes HTML.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8955 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/files')
-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 100b3231d..544bd333b 100644 --- a/app/views/files/new.html.erb +++ b/app/views/files/new.html.erb @@ -1,8 +1,8 @@ <h2><%=l(:label_attachment_new)%></h2> <%= error_messages_for 'attachment' %> -<div class="box"> <% form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %> +<div class="box"> <% if @versions.any? %> <p><label for="version_id"><%=l(:field_version)%></label> |