X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/043d29fd7eb72048cf5d07edfbc20ec5c25af708..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/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 97a352a49..4e4b2ea9a 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,8 +1,8 @@

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

- <%= raw t'notifier.message_notification.header', + <%= raw t '.header', :from_user => link_to_user(@from_user), :subject => content_tag("em", @title) %> @@ -14,7 +14,7 @@ <% content_for :footer do %>

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