<%=l(:label_attachment_new)%>

<%= error_messages_for 'attachment' %> <%= start_form_tag ({ :action => 'add_file', :project => @project }, :multipart => true) %>


<%=l(:label_attachment)%>
<%= file_field 'attachment', 'file' %>


<%= submit_tag l(:button_add) %> <%= end_form_tag %>