diff options
Diffstat (limited to 'app/views/mailer/news_comment_added.text.erb')
-rw-r--r-- | app/views/mailer/news_comment_added.text.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/mailer/news_comment_added.text.erb b/app/views/mailer/news_comment_added.text.erb new file mode 100644 index 000000000..aadbc37c0 --- /dev/null +++ b/app/views/mailer/news_comment_added.text.erb @@ -0,0 +1,6 @@ +<%= @news.title %> +<%= @news_url %> + +<%= l(:text_user_wrote, :value => @comment.author) %> + +<%= @comment.comments %> |