X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dc9b0e8c948994d65c592bbc79ed3e6efc11a49d..39c3fa427ea273e9011c380f9d2f2a9759cddb24:/app/views/notifier/message_notification.text.erb diff --git a/app/views/notifier/message_notification.text.erb b/app/views/notifier/message_notification.text.erb index 8c5fce74e..c006941d9 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -1,10 +1,9 @@ -<%= 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 %> == -<%= @body %> +<%= raw @text.to_text %> == -<%= t'notifier.message_notification.footer1', :readurl => @readurl %> -<%= t'notifier.message_notification.footer2', :replyurl => @replyurl %> +<%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>