summaryrefslogtreecommitdiffstats
path: root/app/views/mailer/news_comment_added.html.erb
blob: c9cc2a78eaafed6e8478b2392e5e47b24d18017c (plain)
1
2
3
4
5
<h1><%= link_to(@news.title, @news_url) %></h1>

<p><%= l(:text_user_wrote, :value => h(@comment.author)) %></p>

<%= textilizable @comment, :comments, :only_path => false %>