summaryrefslogtreecommitdiffstats
path: root/app/views/documents/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/documents/index.html.erb')
-rw-r--r--app/views/documents/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/index.html.erb b/app/views/documents/index.html.erb
index d3658dac6..fd47c3842 100644
--- a/app/views/documents/index.html.erb
+++ b/app/views/documents/index.html.erb
@@ -5,7 +5,7 @@
<div id="add-document" style="display:none;">
<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) %>