X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9ad6d852c437a00e6cf9f0f529525a3b33d9901..574513ae1a047910d282effc58611d86b0401ac3:/app/views/user_mailer/message_notification.html.erb diff --git a/app/views/user_mailer/message_notification.html.erb b/app/views/user_mailer/message_notification.html.erb index 74d10f599..a39a3fe5d 100644 --- a/app/views/user_mailer/message_notification.html.erb +++ b/app/views/user_mailer/message_notification.html.erb @@ -2,9 +2,9 @@ <%= t ".hi", :to_user => @to_user %>
- <%= raw t ".header", - :from_user => link_to_user(@from_user), - :subject => tag.em(@title) %> + <%= t ".header_html", + :from_user => link_to_user(@from_user), + :subject => tag.em(@title) %>
<%= message_body do %> @@ -14,7 +14,7 @@ <% content_for :footer do %><%= t ".footer_html", - :readurl => link_to(@readurl, @readurl) + tag(:br), + :readurl => link_to(@readurl, @readurl) + tag.br, :replyurl => link_to(@replyurl, @replyurl) %>
<% end %>