X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2c1033f62d450b7ed82058ee89d99983b7d97829..f92183e52043a4bfa4e96392a2b7d767db1690d3:/app/views/user_mailer/note_comment_notification.html.erb diff --git a/app/views/user_mailer/note_comment_notification.html.erb b/app/views/user_mailer/note_comment_notification.html.erb index 3a8286028..8d779bc48 100644 --- a/app/views/user_mailer/note_comment_notification.html.erb +++ b/app/views/user_mailer/note_comment_notification.html.erb @@ -1,9 +1,9 @@
<%= t ".greeting" %>
<% if @owner %> -<%= raw t ".#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %>
+<%= t ".#{@event}.your_note_html", :commenter => link_to_user(@commenter), :place => @place %>
<% else %> -<%= raw t ".#{@event}.commented_note", :commenter => link_to_user(@commenter), :place => @place %>
+<%= t ".#{@event}.commented_note_html", :commenter => link_to_user(@commenter), :place => @place %>
<% end %> <% unless @comment.empty? %> @@ -12,4 +12,4 @@ <% end %> <% end %> -<%= raw t ".details", :url => link_to(@noteurl, @noteurl) %>
+<%= t ".details_html", :url => link_to(@noteurl, @noteurl) %>