X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/68a5aa5ed805c97f217fa09f869179c3544a8d63..085412f6240cf675b3d8fecbace22edf577962b3:/app/views/notifier/message_notification.html.erb diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb index 080146fef..d39ea4039 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,8 +1,8 @@

- <%= 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) %>

@@ -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) %>