X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52452d95b452419e003a2e59fa559635fa5748e3..62a5e65a8713373bb0e4c6ebe79c2e1bcd06b9ea:/app/views/notifier/message_notification.text.erb?ds=sidebyside diff --git a/app/views/notifier/message_notification.text.erb b/app/views/notifier/message_notification.text.erb index 7a495e648..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 %> == -<%= raw @text %> +<%= 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) %>