new.html.erb
6 lines
| 264 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_document_new)%></h2> | ||
|
r330 | |||
|
r7890 | <% 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> | ||||
|
r181 | <% end %> | ||