]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/message_notification.rhtml
Include a reply link in email notifications of messages.
[rails.git] / app / views / notifier / message_notification.rhtml
index 79a03d0f18ee7ad78983293cbfdfa686e86b135a..892ac11c018d65519f21f422148971855afc3a84 100644 (file)
@@ -1,5 +1,10 @@
 Hi <%= @to_user %>,
 
-<%= @from_user %> has sent you a message through OpenStreetMap with the subject "<%= @subject %>". You can read the message at:
+<%= @from_user %> has sent you a message through OpenStreetMap with the subject "<%= @subject %>":
 
-<%= @url %>
\ No newline at end of file
+==
+<%= @body %>
+==
+
+You can also read the message at <%= @readurl %>
+and you can reply at <%= @replyurl %>