diff --git a/app/views/projects/list_news.rhtml b/app/views/projects/list_news.rhtml index b58524e36..8a3537848 100644 --- a/app/views/projects/list_news.rhtml +++ b/app/views/projects/list_news.rhtml @@ -22,7 +22,7 @@ <% @newss.each do |news| %>

<%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %> <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %>

-

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

+

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

<%= textilizable(news.description) %> <% end %> <% end %>