X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52e5fa6ad78f375cec5a207a123a4aa3939c8ddf..62a5e65a8713373bb0e4c6ebe79c2e1bcd06b9ea:/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 25b3c0498..c006941d9 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -3,8 +3,7 @@ <%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %> == -<%= raw @text %> +<%= raw @text.to_text %> == -<%= raw t'notifier.message_notification.footer1', :readurl => @readurl %> -<%= raw t'notifier.message_notification.footer2', :replyurl => @replyurl %> +<%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>