<%=link_to news.author,news_path(news)%> <%= l(:label_project_newshare) %> <%= link_to h(news.title), news_path(news) %>

<%=h news.description%>

<%= news.created_on %> <%= link_to l(:label_project_newother),news_path(news)%> <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>