extended rfc mails

This commit is contained in:
Ralf Teusner
2017-04-03 11:39:16 +02:00
parent 865bd59127
commit 13758747e2
3 changed files with 37 additions and 5 deletions

View File

@@ -1 +1 @@
== t('mailers.user_mailer.got_new_comment.body', receiver_displayname: @receiver_displayname, link: link_to(@rfc_link, @rfc_link), commenting_user_displayname: @commenting_user_displayname, comment_text: @comment_text)
== t('mailers.user_mailer.got_new_comment.body', receiver_displayname: @receiver_displayname, link_to_comment: link_to(@rfc_link, @rfc_link), commenting_user_displayname: @commenting_user_displayname, comment_text: @comment_text, link_my_comments: link_to(t('request_for_comments.index.get_my_comment_requests'), my_request_for_comments_path), link_all_comments: link_to(t('request_for_comments.index.all'), request_for_comments_path) )