X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..d021bdf5cf57f6020279043ac276f96f5bf6352c:/app/views/notifier/note_comment_notification.html.erb?ds=sidebyside diff --git a/app/views/notifier/note_comment_notification.html.erb b/app/views/notifier/note_comment_notification.html.erb index 835168583..3a8286028 100644 --- a/app/views/notifier/note_comment_notification.html.erb +++ b/app/views/notifier/note_comment_notification.html.erb @@ -1,4 +1,4 @@ -

<%= t '.greeting' %>

+

<%= t ".greeting" %>

<% if @owner %>

<%= raw t ".#{@event}.your_note", :commenter => link_to_user(@commenter), :place => @place %>

@@ -12,4 +12,4 @@ <% end %> <% end %> -

<%= raw t '.details', :url => link_to(@noteurl, @noteurl) %>

+

<%= raw t ".details", :url => link_to(@noteurl, @noteurl) %>