Skip to content

Commit

Permalink
weird sentence fix and that RAW thing with mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Jul 13, 2011
1 parent 146eeb0 commit 9c93abc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions app/views/blog/comment_mailer/notification.html.erb
@@ -1,17 +1,17 @@
<%= t('.greeting') %>,
<%=raw t('.greeting') %>,

<%= t('.you_recieved_new_comment') %>
<%=raw t('.you_recieved_new_comment') %>
<%= t('.comment_starts') %>
<%=raw t('.comment_starts') %>
<%= t('.from') %>: <%= @comment.name %>
<%= t('.email') %>: <%= @comment.email %>
<%= t('.message') %>:
<%= @comment.body %>
<%=raw t('.from') %>: <%= @comment.name %>
<%=raw t('.email') %>: <%= @comment.email %>
<%=raw t('.message') %>:
<%=simple_format strip_tags(@comment.body) %>
<%= t('.comment_ends') %>
<%=raw t('.comment_ends') %>
<%= t('.closing_line') %>,
<%= RefinerySetting[:site_name] %>
<%=raw t('.closing_line') %>,
<%=raw RefinerySetting[:site_name] %>
<%= t('.ps') %>
<%=raw t('.ps') %>
2 changes: 1 addition & 1 deletion config/locales/en.yml
Expand Up @@ -91,7 +91,7 @@ en:
email: Email
message: Message
closing_line: Kind Regards
ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it later there.'
ps: 'P.S. All your comments are stored in the "Blog" section of Refinery under the "Comments" submenu should you ever want to view it there later.'
shared:
categories:
title: Categories
Expand Down

0 comments on commit 9c93abc

Please sign in to comment.