diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/messages/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 859e0d3c8..9edc8451f 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -27,7 +27,7 @@ <div class="message"> <p><span class="author"><%= authoring @topic.created_on, @topic.author %></span></p> <div class="wiki"> -<%= textilizable(@topic.content, :attachments => @topic.attachments) %> +<%= textilizable(@topic, :content) %> </div> <%= link_to_attachments @topic, :author => false %> </div> |