Chris@909:

<%= link_to_project(news.project) + ': ' unless @project %> Chris@909: <%= link_to h(news.title), news_path(news) %> Chris@909: <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %> Chris@909:
Chris@909: <% unless news.summary.blank? %><%=h news.summary %>
<% end %> Chris@909: <%= authoring news.created_on, news.author %>