]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/message_notification.text.erb
Rename Notifier to UserMailer
[rails.git] / app / views / notifier / message_notification.text.erb
diff --git a/app/views/notifier/message_notification.text.erb b/app/views/notifier/message_notification.text.erb
deleted file mode 100644 (file)
index c006941..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= raw t'notifier.message_notification.hi', :to_user => @to_user %> 
-
-<%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
-
-==
-<%= raw @text.to_text %>
-==
-
-<%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>