X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa4205482a4af317ec26fc686793b57f02a6864a..76bc5eba0617e36ebb853d24212543d0e1d4904d:/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 10a9ff361..b3a74bb88 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -1,10 +1,9 @@ -<%= raw t'notifier.message_notification.hi', :to_user => @to_user %> +<%= raw t '.hi', :to_user => @to_user %> -<%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %> +<%= raw t '.header', :from_user => @from_user, :subject => @title %> == <%= raw @text.to_text %> == -<%= raw t'notifier.message_notification.footer1', :readurl => @readurl %> -<%= raw t'notifier.message_notification.footer2', :replyurl => @replyurl %> +<%= word_wrap(t '.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>