X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2a35f530bd5a474e83c8068ddc843eb0b4936b42..d3700e6201b4b78a70bbb2941572edc985b63c2c:/app/views/notifier/diary_comment_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.html.erb index b47900a63..163223b44 100644 --- a/app/views/notifier/diary_comment_notification.html.erb +++ b/app/views/notifier/diary_comment_notification.html.erb @@ -1,9 +1,18 @@ -
<%= t'notifier.diary_comment_notification.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'notifier.diary_comment_notification.header', :from_user => link_to(@from_user, :host => SERVER_URL, :controller => :user, :action => :view, :display_name => @from_user), :subject => @title %>
+<%= message_body do %> + <%= @text.to_html %> +<% end %> -== -<%= @text.to_html %> -== - -<%= raw t'notifier.diary_comment_notification.footer', :readurl => link_to(@readurl, @readurl), :commenturl => link_to(@commenturl, @commenturl), :replyurl => link_to(@replyurl, @replyurl) %>
+<% content_for :footer do %> +<%= raw t '.footer', + :readurl => link_to(@readurl, @readurl) + tag(:br), + :commenturl => link_to(@commenturl, @commenturl) + tag(:br), + :replyurl => link_to(@replyurl, @replyurl) + %>
+<% end %>