????

Your IP : 3.144.91.201


Current Path : C:/inetpub/vhost/redmine/app/views/documents/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/documents/new.html.erb

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