diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index ee58909..a8aea63 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -12,7 +12,7 @@

<%=h @document.category.name %>
<%= format_date @document.created_on %>

-<%= textilizable @document.description, :attachments => @document.attachments %> +<%= textilizable @document, :description, :attachments => @document.attachments %>

<%= l(:label_attachment_plural) %>