From 532416b9d3a3a599ed36012dfe3b04b5bd3dd74a Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 14 Feb 2019 18:06:34 +0100 Subject: [PATCH] Fix sending a "Thank you note" mail --- app/views/user_mailer/send_thank_you_note.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user_mailer/send_thank_you_note.slim b/app/views/user_mailer/send_thank_you_note.slim index 4b2a8b73..6215ed54 100644 --- a/app/views/user_mailer/send_thank_you_note.slim +++ b/app/views/user_mailer/send_thank_you_note.slim @@ -1,5 +1,5 @@ == t('mailers.user_mailer.send_thank_you_note.body', receiver_displayname: @receiver_displayname, link_to_comment: link_to(@rfc_link, @rfc_link), - author: @author.displayname, + author: @author, thank_you_note: @thank_you_note )