2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_document_new)%></h2>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
2007-12-18 21:50:41 +03:00
|
|
|
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= render :partial => 'documents/form' %>
|
2006-09-02 17:33:23 +04:00
|
|
|
|
2007-03-12 20:59:02 +03:00
|
|
|
<div class="box">
|
2008-02-29 22:46:58 +03:00
|
|
|
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
|
2006-09-02 17:33:23 +04:00
|
|
|
</div>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
2006-07-29 23:54:22 +04:00
|
|
|
<%= submit_tag l(:button_create) %>
|
2007-01-26 22:56:25 +03:00
|
|
|
<% end %>
|
2007-03-12 20:59:02 +03:00
|
|
|
|
2006-06-28 22:11:03 +04:00
|
|
|
|