<%= link_to_project(news.project) + ': ' unless @project %>
<%= link_to news.title, news_path(news) %>
<% if news.comments_count > 0 %><% end %>
<% unless news.summary.blank? %><%= news.summary %>
<% end %>
<%= authoring news.created_on, news.author %>