new.html.erb
6 lines
| 265 B
| text/plain
|
TextLexer
|
r12 | <h2><%=l(:label_document_new)%></h2> | ||
|
r330 | |||
|
r9346 | <%= labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> | ||
|
r7890 | <%= render :partial => 'form', :locals => {:f => f} %> | ||
<p><%= submit_tag l(:button_create) %></p> | ||||
|
r181 | <% end %> | ||