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 %>