Chris@0:

<%=l(:label_document_new)%>

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

<%= submit_tag l(:button_create) %>

Chris@0: <% end %>