
# Conflicts: # app/views/application/_breadcrumbs.html.slim # app/views/application/welcome.html.slim # app/views/exercise_collections/show.html.slim # app/views/external_users/index.html.slim # app/views/layouts/application.html.slim # app/views/proxy_exercises/index.html.slim # app/views/user_exercise_feedbacks/index.html.slim # app/views/user_mailer/send_thank_you_note.slim
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
== 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,
|
|
thank_you_note: @thank_you_note )
|