Fix sending a "Thank you note" mail

This commit is contained in:
Sebastian Serth
2019-02-14 18:06:34 +01:00
parent 1e769a1085
commit 532416b9d3

View File

@ -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 )