]> 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 fade148..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<%= t 'notifier.note_plain.greeting' %>
-
-<% if @owner %>
-<%= t 'notifier.note_plain.your_note', :commenter => @commenter, :place => @place %>
-<% else %>
-<%= t 'notifier.note_plain.commented_note', :commenter => @commenter, :place => @place %>
-<% end %>
-
-==
-<%= @comment %>
-==
-
-<%= t 'notifier.note_plain.details', :URL => @noteurl %>
-
-