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.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/refinery/blog/comment_mailer/notification.html.erb b/app/views/refinery/blog/comment_mailer/notification.html.erb
index cfadb67..a129d34 100644
--- a/app/views/refinery/blog/comment_mailer/notification.html.erb
+++ b/app/views/refinery/blog/comment_mailer/notification.html.erb
@@ -4,10 +4,10 @@
<%=raw t('.comment_starts') %>
-<%=raw t('.from') %>: <%= @blog_comment.name %>
-<%=raw t('.email') %>: <%= @blog_comment.email %>
+<%=raw t('.from') %>: <%= @comment.name %>
+<%=raw t('.email') %>: <%= @comment.email %>
<%=raw t('.message') %>:
-<%=simple_format strip_tags(@blog_comment.body) %>
+<%=simple_format strip_tags(@comment.body) %>
<%=raw t('.comment_ends') %>