From e8cfa65155fbb12187676a3c506e20110da90c34 2012-01-29 22:42:12 From: Jean-Philippe Lang Date: 2012-01-29 22:42:12 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 --- diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index d0370c0..b839b5f 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 %>