diff options
Diffstat (limited to 'app/views/documents/new.html.erb')
-rw-r--r-- | app/views/documents/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/new.html.erb b/app/views/documents/new.html.erb index 772093e31..a34391e31 100644 --- a/app/views/documents/new.html.erb +++ b/app/views/documents/new.html.erb @@ -1,6 +1,6 @@ <h2><%=l(:label_document_new)%></h2> -<% labelled_form_for @document, :url => project_documents_path(@project), :html => {:multipart => true} do |f| %> +<%= 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 %> |