summaryrefslogtreecommitdiffstats
path: root/app/views/documents/index.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/documents/index.rhtml')
-rw-r--r--app/views/documents/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/index.rhtml b/app/views/documents/index.rhtml
index ff58c2b2f..14d997360 100644
--- a/app/views/documents/index.rhtml
+++ b/app/views/documents/index.rhtml
@@ -10,7 +10,7 @@
<% form_tag({:controller => 'documents', :action => 'new', :project_id => @project}, :class => "tabular", :multipart => true) do %>
<%= render :partial => 'documents/form' %>
<div class="box">
-<%= render :partial => 'common/attachments_form'%>
+<p><label><%=l(:label_attachment_plural)%></label><%= render :partial => 'attachments/form' %></p>
</div>
<%= submit_tag l(:button_create) %>
<%= link_to l(:button_cancel), "#", :onclick => 'Element.hide("add-document")' %>