From 2c408ca6a5956ceac1c162d3c76214ecd0963743 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 12 May 2013 09:44:52 +0000 Subject: [PATCH] Merged r11761 from trunk (#13821). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11836 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/documents/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index ee5890936..a8aea63da 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) %>

-- 2.39.5