X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68a5aa5ed805c97f217fa09f869179c3544a8d63..f881a8c83c54da98e5c3058a48a1cde952b1be8a:/app/views/notifier/message_notification.html.erb?ds=inline diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb index 080146fef..74d10f599 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,10 +1,10 @@

- <%= t '.hi', :to_user => @to_user %> + <%= t ".hi", :to_user => @to_user %>

- <%= raw t '.header', + <%= raw t ".header", :from_user => link_to_user(@from_user), - :subject => content_tag("em", @title) %> + :subject => tag.em(@title) %>

<%= message_body do %> @@ -13,7 +13,7 @@ <% content_for :footer do %>

- <%= t '.footer_html', + <%= t ".footer_html", :readurl => link_to(@readurl, @readurl) + tag(:br), :replyurl => link_to(@replyurl, @replyurl) %>