X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ad9f0b624728259fbe17f7b631d3efef5a488d3b..5add2d7e1d1d365e80d1d4ef417ff249ca7f35c0:/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) %>