]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/message_notification.text.erb
Looks like @body is special somehow so use @text instead
[rails.git] / app / views / notifier / message_notification.text.erb
index 8c5fce74e7c060a8647cf352ba9bdfac27e5db61..c91c68be683e67e402e82457e161eaf292945458 100644 (file)
@@ -3,7 +3,7 @@
 <%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
 
 ==
-<%= @body %>
+<%= @text %>
 ==
 
 <%= t'notifier.message_notification.footer1', :readurl => @readurl %>