Skip to content

Commit

Permalink
trying a raw message and PS line in the email
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Jul 13, 2011
1 parent 09a7f16 commit 85f3565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/inquiry_mailer/notification.html.erb
Expand Up @@ -8,11 +8,11 @@
<%= t('.email') %>: <%= @inquiry.email %>
<%= t('.phone') %>: <%= @inquiry.phone %>
<%= t('.message') %>:
<%= @inquiry.message %>
<%=raw @inquiry.message %>
<%= t('.inquiry_ends') %>
<%= t('.closing_line') %>,
<%= RefinerySetting[:site_name] %>
<%= t('.ps') %>
<%=raw t('.ps') %>

0 comments on commit 85f3565

Please sign in to comment.