X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..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 4e4b2ea9a..d39ea4039 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,11 +1,10 @@

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

- <%= raw t '.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 '.footer_html', + <%= t ".footer_html", :readurl => link_to(@readurl, @readurl) + tag(:br), - :replyurl => link_to(@replyurl, @replyurl) - %> + :replyurl => link_to(@replyurl, @replyurl) %>

<% end %>