aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/comment_mailer/notification.html.erb
blob: b75020d162f2b023de51a29f4594090cf0fad43f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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') %>