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

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

-<%= render "notifier/user_message_table", :captured => capture { %> +<%= message_body do %> <%= @text.to_html %> -<% } %> +<% end %> <% 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) %>