X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4a9846b078c6a82d312cd6f3b9cac536dec1c00a..5bed2178231b783176551d21734d23b7a32f0d16:/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 73bfe9a33..163223b44 100644 --- a/app/views/notifier/diary_comment_notification.html.erb +++ b/app/views/notifier/diary_comment_notification.html.erb @@ -1,8 +1,8 @@

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

- <%= raw t'notifier.diary_comment_notification.header', :from_user => link_to_user(@from_user), :subject => content_tag("em", @title) %> + <%= raw t '.header', :from_user => link_to_user(@from_user), :subject => content_tag("em", @title) %>

<%= message_body do %> @@ -10,7 +10,7 @@ <% end %> <% content_for :footer do %> -

<%= raw t'notifier.diary_comment_notification.footer', +

<%= raw t '.footer', :readurl => link_to(@readurl, @readurl) + tag(:br), :commenturl => link_to(@commenturl, @commenturl) + tag(:br), :replyurl => link_to(@replyurl, @replyurl)