]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/note_comment_notification.text.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / note_comment_notification.text.erb
diff --git a/app/views/notifier/note_comment_notification.text.erb b/app/views/notifier/note_comment_notification.text.erb
deleted file mode 100644 (file)
index 81306f9..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<%= t 'notifier.note_comment_notification.greeting' %>
-
-<% if @owner %>
-<%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %>
-<% else %>
-<%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %>
-<% end %>
-
-==
-<%= @comment.to_text %>
-==
-
-<%= t 'notifier.note_comment_notification.details', :url => @noteurl %>