<%= link_to(@news.title, @news_url) %>
<%= l(:text_user_wrote, :value => h(@comment.author)) %>
<%= textilizable @comment, :comments, :only_path => false %>