<%=_('New file')%>

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


<%=_('File')%>
<%= file_field 'attachment', 'file' %>


<%= submit_tag _('Add') %> <%= end_form_tag %>