X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e484b6894c533f5364b248df2d5beaad62f0e7f3..4eefbaa9dbd61958585e27582ea299d5bff88687:/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 7a495e648..25b3c0498 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -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 %>