projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Looks like @body is special somehow so use @text instead
[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
index 8c5fce74e7c060a8647cf352ba9bdfac27e5db61..c91c68be683e67e402e82457e161eaf292945458 100644
(file)
--- a/
app/views/notifier/message_notification.text.erb
+++ b/
app/views/notifier/message_notification.text.erb
@@
-3,7
+3,7
@@
<%= t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %>
==
-<%= @
body
%>
+<%= @
text
%>
==
<%= t'notifier.message_notification.footer1', :readurl => @readurl %>