summaryrefslogtreecommitdiffstats
path: root/app/views/files
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-23 15:42:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-23 15:42:15 +0000
commit77aab5c468f3ae0877a4aff820fa1ea670520ef4 (patch)
treeefb3f215ef151e0d5b1f570cccaecc6a4bc257c2 /app/views/files
parent71c83e115507d0451178ee4159defc4a4afc7365 (diff)
downloadredmine-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.erb2
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>