aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/comment_mailer
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
commit06071e558008477e1b8dbb376d6693af97eeff32 (patch)
tree0ed1e765b37975fbbd054b058a45712ee7464c73 /app/views/blog/comment_mailer
parent3fa8937b95a4d90000ad1be9c588424052136455 (diff)
downloadrefinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.gz
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.bz2
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.zip
Wip.
Diffstat (limited to 'app/views/blog/comment_mailer')
-rw-r--r--app/views/blog/comment_mailer/notification.html.erb17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/views/blog/comment_mailer/notification.html.erb b/app/views/blog/comment_mailer/notification.html.erb
deleted file mode 100644
index 800f12c..0000000
--- a/app/views/blog/comment_mailer/notification.html.erb
+++ /dev/null
@@ -1,17 +0,0 @@
-<%=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') %>