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

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

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