]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/note_comment_notification.html.erb
Merge remote-tracking branch 'upstream/pull/4753'
[rails.git] / app / views / notifier / note_comment_notification.html.erb
diff --git a/app/views/notifier/note_comment_notification.html.erb b/app/views/notifier/note_comment_notification.html.erb
deleted file mode 100644 (file)
index b17fe67..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<p><%= t 'notifier.note_comment_notification.greeting' %></p>
-
-<% if @owner %>
-<p><%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %></p>
-<% else %>
-<p><%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %></p>
-<% end %>
-
-==
-<%= @comment.to_html %>
-==
-
-<p><%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %></p>