2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_document_new)%></h2>
|
2007-03-12 17:59:02 +00:00
|
|
|
|
2011-11-30 19:51:16 +00:00
|
|
|
<% labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
|
|
|
<p><%= submit_tag l(:button_create) %></p>
|
2007-01-26 19:56:25 +00:00
|
|
|
<% end %>
|