X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/433b7c5dfae0afa72058c2aaf236859998a2175a..7fcb76aa9a627ef18bfdecf77dfb096ba03d0490:/app/views/notifier/message_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/message_notification.html.erb b/app/views/notifier/message_notification.html.erb index d3871f030..d39ea4039 100644 --- a/app/views/notifier/message_notification.html.erb +++ b/app/views/notifier/message_notification.html.erb @@ -1,22 +1,20 @@
- <%= 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) %>
-<%= 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) - %> + :replyurl => link_to(@replyurl, @replyurl) %>
<% end %>