X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88ba316abeecffccd1cb51c63ce5594c95023624..a1a6c577e8f406c0d0fa31326209c98ebd78954d:/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 b4efae83b..dab4510ed 100644 --- a/app/views/user_mailer/diary_comment_notification.html.erb +++ b/app/views/user_mailer/diary_comment_notification.html.erb @@ -11,8 +11,11 @@ <% content_for :footer do %>

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