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