diff --git a/app/views/issues/new.html.erb b/app/views/issues/new.html.erb index 08e69cd..f8da7e9 100644 --- a/app/views/issues/new.html.erb +++ b/app/views/issues/new.html.erb @@ -5,18 +5,18 @@ <% labelled_form_for @issue, :url => project_issues_path(@project), :html => {:id => 'issue-form', :multipart => true} do |f| %> <%= error_messages_for 'issue' %> - <%= hidden_field_tag 'copy_from', params[:copy_from] if params[:copy_from] %> + <%= hidden_field_tag 'copy_from', params[:copy_from] if params[:copy_from] %>
- - <%= check_box_tag 'copy_attachments', '1', @copy_attachments %> -
- <% end %> ++ + <%= check_box_tag 'copy_attachments', '1', @copy_attachments %> +
+ <% end %><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %>