X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8b5847f7e37de4a0f5b49b16f6529a46e3e4dc21..67182f824e9ace7d5f6d40691e2d3d120b8fbfea:/app/views/notifier/diary_comment_notification.html.erb diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.html.erb index efdd620e6..b47900a63 100644 --- a/app/views/notifier/diary_comment_notification.html.erb +++ b/app/views/notifier/diary_comment_notification.html.erb @@ -1,9 +1,9 @@ -<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %> +

<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %>

-<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @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 %>

== -<%= @body %> +<%= @text.to_html %> == -<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %> +

<%= raw t'notifier.diary_comment_notification.footer', :readurl => link_to(@readurl, @readurl), :commenturl => link_to(@commenturl, @commenturl), :replyurl => link_to(@replyurl, @replyurl) %>