From 3762a92a3537dc7cc7e2bb2465a34aa73081358b 2012-02-23 15:11:17 From: Jean-Philippe Lang Date: 2012-02-23 15:11:17 Subject: [PATCH] Pass the topic objet to #textilizable (#10275). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8949 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 859e0d3..9edc845 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -27,7 +27,7 @@

<%= authoring @topic.created_on, @topic.author %>

-<%= textilizable(@topic.content, :attachments => @topic.attachments) %> +<%= textilizable(@topic, :content) %>
<%= link_to_attachments @topic, :author => false %>