diff options
Diffstat (limited to 'app/views/mailer/message_posted.text.plain.rhtml')
-rw-r--r-- | app/views/mailer/message_posted.text.plain.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/mailer/message_posted.text.plain.rhtml b/app/views/mailer/message_posted.text.plain.rhtml index cc1120567..ef6a3b3ae 100644 --- a/app/views/mailer/message_posted.text.plain.rhtml +++ b/app/views/mailer/message_posted.text.plain.rhtml @@ -1,4 +1,4 @@ <%= @message_url %> -<%= @message.author.name %> +<%= @message.author %> <%= @message.content %> |