summaryrefslogtreecommitdiffstats
path: root/app/views/documents/new.html.erb
blob: 639b4f2922304aacef0d1ff482a2012d7d3cc101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h2><%=l(:label_document_new)%></h2>

<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
<%= render :partial => 'documents/form' %>

<div class="box">
<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
</div>

<%= submit_tag l(:button_create) %>
<% end %>