Chris@1296:

<%=l(:label_document_new)%>

Chris@1296: Chris@1296: <%= labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> Chris@1296: <%= render :partial => 'form', :locals => {:f => f} %> Chris@1296:

<%= submit_tag l(:button_create) %>

Chris@1296: <% end %>