Don't escape anything in text/plain message notifications
This commit is contained in:
parent
e484b6894c
commit
4eefbaa9db
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<%= t'notifier.message_notification.hi', :to_user => @to_user %>
|
||||
<%= raw t'notifier.message_notification.hi', :to_user => @to_user %>
|
||||
|
||||
<%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
|
||||
<%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
|
||||
|
||||
==
|
||||
<%= raw @text %>
|
||||
==
|
||||
|
||||
<%= t'notifier.message_notification.footer1', :readurl => @readurl %>
|
||||
<%= t'notifier.message_notification.footer2', :replyurl => @replyurl %>
|
||||
<%= raw t'notifier.message_notification.footer1', :readurl => @readurl %>
|
||||
<%= raw t'notifier.message_notification.footer2', :replyurl => @replyurl %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue