X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3e5ad4c5fed07eda993648f1998d9b0f5c78921..68a5aa5ed805c97f217fa09f869179c3544a8d63:/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..080146fef 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,11 +1,10 @@

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

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

<%= message_body do %> @@ -14,9 +13,8 @@ <% 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) - %> + :replyurl => link_to(@replyurl, @replyurl) %>

<% end %>