X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..dffe0c91b9bcc714e8855df0ec041efdb9939034:/app/views/user_mailer/diary_comment_notification.html.erb?ds=sidebyside 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 %>