X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/92712591c962a0b1c859393a11c61af0629628f7..ec9eb174ca74aad21c000cf9523ad221de5c8d83:/app/views/user_mailer/message_notification.html.erb?ds=sidebyside diff --git a/app/views/user_mailer/message_notification.html.erb b/app/views/user_mailer/message_notification.html.erb index fd49c6723..a39a3fe5d 100644 --- a/app/views/user_mailer/message_notification.html.erb +++ b/app/views/user_mailer/message_notification.html.erb @@ -2,7 +2,7 @@ <%= t ".hi", :to_user => @to_user %>
- <%= t ".header", + <%= t ".header_html", :from_user => link_to_user(@from_user), :subject => tag.em(@title) %>
@@ -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 %>