X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/96f426a2eaa6009496b0f51934a497b3c970db97..9778714046ce226e076e2075a826a81f5ea983af:/app/views/user_mailer/message_notification.text.erb diff --git a/app/views/user_mailer/message_notification.text.erb b/app/views/user_mailer/message_notification.text.erb index b3a74bb88..1d75e7e2a 100644 --- a/app/views/user_mailer/message_notification.text.erb +++ b/app/views/user_mailer/message_notification.text.erb @@ -1,9 +1,9 @@ -<%= raw t '.hi', :to_user => @to_user %> +<%= t '.hi', :to_user => @to_user %> -<%= raw t '.header', :from_user => @from_user, :subject => @title %> +<%= t '.header', :from_user => @from_user, :subject => @title %> == -<%= raw @text.to_text %> +<%= @text.to_text %> == -<%= word_wrap(t '.footer_html', :readurl => @readurl, :replyurl => @replyurl) %> +<%= word_wrap(t '.footer', :readurl => @readurl, :replyurl => @replyurl) %>