<%=link_to news.author,news_path(news)%> 分享了 <%= link_to h(news.title), news_path(news) %>

<%=h news.description%>

<%= news.created_on %> <%= link_to"查看其他评论",news_path(news)%><%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>