summaryrefslogtreecommitdiffstats
path: root/app/views/documents/new.html.erb
blob: a34391e3148b576659952f7194b0ad1aae003227 (plain)
1
2
3
4
5
6
<h2><%=l(:label_document_new)%></h2>

<%= 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>
<% end %>