Sha256: 943abacce82188adfe13e2bafa3c7903dd75422d4c4ada7f6fc00e1b28c74f48

Contents?: true

Size: 592 Bytes

Versions: 4

Compression:

Stored size: 592 Bytes

Contents

<%=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 link_to t('.approve'), refinery.approve_blog_admin_comment_url(@comment) -%>
<%=raw t('.or') -%>
<%=raw link_to t('.reject'), refinery.reject_blog_admin_comment_url(@comment) -%>
<%=raw t('.this_comment') %>

<%=raw t('.closing_line') %>,
<%=raw Refinery::Core.site_name %>

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-blog-4.0.0 app/views/refinery/blog/comment_mailer/notification.html.erb
refinerycms-blog-3.0.2 app/views/refinery/blog/comment_mailer/notification.html.erb
refinerycms-blog-3.0.1 app/views/refinery/blog/comment_mailer/notification.html.erb
refinerycms-blog-2.1.0 app/views/refinery/blog/comment_mailer/notification.html.erb