X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa4205482a4af317ec26fc686793b57f02a6864a..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/app/views/notifier/diary_comment_notification.text.erb diff --git a/app/views/notifier/diary_comment_notification.text.erb b/app/views/notifier/diary_comment_notification.text.erb index 7d112a42b..b86c303ae 100644 --- a/app/views/notifier/diary_comment_notification.text.erb +++ b/app/views/notifier/diary_comment_notification.text.erb @@ -1,9 +1,9 @@ -<%= t'notifier.diary_comment_notification.hi', :to_user => @to_user %> +<%= t '.hi', :to_user => @to_user %> -<%= t'notifier.diary_comment_notification.header', :from_user => @from_user, :subject => @title %> +<%= t '.header', :from_user => @from_user, :subject => @title %> == <%= raw @text.to_text %> == -<%= t'notifier.diary_comment_notification.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %> +<%= t '.footer', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl %>