X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/76bc5eba0617e36ebb853d24212543d0e1d4904d..9b19a45e74abd4414bb79d6b992f7bec14390ad6:/app/views/notifier/diary_comment_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/diary_comment_notification.html.erb b/app/views/notifier/diary_comment_notification.html.erb index 163223b44..abf92509f 100644 --- a/app/views/notifier/diary_comment_notification.html.erb +++ b/app/views/notifier/diary_comment_notification.html.erb @@ -1,8 +1,8 @@
- <%= t '.hi', :to_user => @to_user %> + <%= t ".hi", :to_user => @to_user %>
- <%= raw t '.header', :from_user => link_to_user(@from_user), :subject => content_tag("em", @title) %> + <%= raw t ".header", :from_user => link_to_user(@from_user), :subject => tag.em(@title) %>
<%= message_body do %> @@ -10,9 +10,9 @@ <% end %> <% content_for :footer do %> -<%= raw t '.footer', - :readurl => link_to(@readurl, @readurl) + tag(:br), - :commenturl => link_to(@commenturl, @commenturl) + tag(:br), - :replyurl => link_to(@replyurl, @replyurl) - %>
+<%= raw t ".footer", + :readurl => link_to(@readurl, @readurl) + tag(:br), + :commenturl => link_to(@commenturl, @commenturl) + tag(:br), + :replyurl => link_to(@replyurl, @replyurl) %> +
<% end %>