From 5b55dc2f375cac1a78bc70150a9473a74271ffdd Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 15 Nov 2010 17:39:33 +1300 Subject: Added comment notifications. --- app/views/blog/comment_mailer/notification.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/blog/comment_mailer/notification.html.erb (limited to 'app/views/blog') diff --git a/app/views/blog/comment_mailer/notification.html.erb b/app/views/blog/comment_mailer/notification.html.erb new file mode 100644 index 0000000..b75020d --- /dev/null +++ b/app/views/blog/comment_mailer/notification.html.erb @@ -0,0 +1,17 @@ +<%= t('.greeting') %>, + +<%= t('.you_recieved_new_comment') %> + +<%= t('.comment_starts') %> + +<%= t('.from') %>: <%= @comment.name %> +<%= t('.email') %>: <%= @comment.email %> +<%= t('.message') %>: +<%= @comment.body %> + +<%= t('.comment_ends') %> + +<%= t('.closing_line') %>, +<%= RefinerySetting[:site_name] %> + +<%= t('.ps') %> -- cgit v1.2.3