X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad9f0b624728259fbe17f7b631d3efef5a488d3b..ee4c34172f0a0145344525962cc5411a7f260ff5:/app/views/user_mailer/diary_comment_notification.html.erb diff --git a/app/views/user_mailer/diary_comment_notification.html.erb b/app/views/user_mailer/diary_comment_notification.html.erb index abf92509f..dab4510ed 100644 --- a/app/views/user_mailer/diary_comment_notification.html.erb +++ b/app/views/user_mailer/diary_comment_notification.html.erb @@ -2,7 +2,7 @@ <%= t ".hi", :to_user => @to_user %>
- <%= raw t ".header", :from_user => link_to_user(@from_user), :subject => tag.em(@title) %> + <%= t ".header_html", :from_user => link_to_user(@from_user), :subject => tag.em(@title) %>
<%= message_body do %> @@ -10,9 +10,12 @@ <% end %> <% 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) %> +
<%= t ".footer_html", + :readurl => link_to(@readurl, @readurl) + tag.br, + :commenturl => link_to(@commenturl, @commenturl) + tag.br, + :replyurl => link_to(@replyurl, @replyurl) %> +
+<%= t ".footer_unsubscribe_html", + :unsubscribeurl => link_to(@unsubscribeurl, @unsubscribeurl) %>
<% end %>