summaryrefslogtreecommitdiffstats
path: root/app/views/projects/add_document.rhtml
blob: 6c3fe2c7b770b45557f343e34a881d5a4587a841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<h2><%=l(:label_document_new)%></h2>

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

<div class="box">
<%= render :partial => 'common/attachments_form'%>
</div>

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