@@ -1,8 +1,8 | |||||
1 | <h2><%=l(:label_attachment_new)%></h2> |
|
1 | <h2><%=l(:label_attachment_new)%></h2> | |
2 |
|
2 | |||
3 | <%= error_messages_for 'attachment' %> |
|
3 | <%= error_messages_for 'attachment' %> | |
4 | <div class="box"> |
|
|||
5 | <% form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %> |
|
4 | <% form_tag(project_files_path(@project), :multipart => true, :class => "tabular") do %> | |
|
5 | <div class="box"> | |||
6 |
|
6 | |||
7 | <% if @versions.any? %> |
|
7 | <% if @versions.any? %> | |
8 | <p><label for="version_id"><%=l(:field_version)%></label> |
|
8 | <p><label for="version_id"><%=l(:field_version)%></label> |
General Comments 0
You need to be logged in to leave comments.
Login now