aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/refinery/blog/comment_mailer/notification.html.erb
blob: a129d343a0f5c27ae31e6cd0e75dd805eca014ed (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
 
                                        
 
                              
 

                                            
                        
                                             
 
                            
 
                             
                                         
 
                  
<%=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 Refinery::Core.config.site_name %>

<%=raw t('.ps') %>