aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/comment_mailer/notification.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/blog/comment_mailer/notification.html.erb')
-rw-r--r--app/views/refinery/blog/comment_mailer/notification.html.erb17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/refinery/blog/comment_mailer/notification.html.erb b/app/views/refinery/blog/comment_mailer/notification.html.erb
new file mode 100644
index 0000000..800f12c
--- /dev/null
+++ b/app/views/refinery/blog/comment_mailer/notification.html.erb
@@ -0,0 +1,17 @@
+<%=raw t('.greeting') %>,
+
+<%=raw t('.you_recieved_new_comment') %>
+
+<%=raw t('.comment_starts') %>
+
+<%=raw t('.from') %>: <%= @comment.name %>
+<%=raw t('.email') %>: <%= @comment.email %>
+<%=raw t('.message') %>:
+<%=simple_format strip_tags(@comment.body) %>
+
+<%=raw t('.comment_ends') %>
+
+<%=raw t('.closing_line') %>,
+<%=raw RefinerySetting[:site_name] %>
+
+<%=raw t('.ps') %>