suitepro/app/views/mailer/news_comment_added.html.erb
2018-02-02 22:19:29 +01:00

5 lines
175 B
Text

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