From e8cfa65155fbb12187676a3c506e20110da90c34 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 29 Jan 2012 22:42:12 +0000 Subject: [PATCH] Enable attached images to be displayed inline on the news list. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8729 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index d0370c03f..b839b5f44 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -33,7 +33,7 @@ <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>

<%= authoring news.created_on, news.author %>

- <%= textilizable(news.description) %> + <%= textilizable(news, :description) %>
<% end %> <% end %>