X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..0ea6646fb6d86b11c78bc554168b76096fe21821:/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..7f9368fe3 100644 --- a/app/views/user_mailer/diary_comment_notification.html.erb +++ b/app/views/user_mailer/diary_comment_notification.html.erb @@ -11,8 +11,8 @@ <% 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) %>
<% end %>