Apply automatic rubocop fixes
This commit is contained in:
@ -25,9 +25,9 @@ class UserMailer < ApplicationMailer
|
||||
@comment_text = comment.text
|
||||
@rfc_link = request_for_comment_url(request_for_comment)
|
||||
mail(
|
||||
subject: t('mailers.user_mailer.got_new_comment.subject',
|
||||
commenting_user_displayname: @commenting_user_displayname), to: request_for_comment.user.email
|
||||
)
|
||||
subject: t('mailers.user_mailer.got_new_comment.subject',
|
||||
commenting_user_displayname: @commenting_user_displayname), to: request_for_comment.user.email
|
||||
)
|
||||
end
|
||||
|
||||
def got_new_comment_for_subscription(comment, subscription, from_user)
|
||||
@ -37,9 +37,9 @@ subject: t('mailers.user_mailer.got_new_comment.subject',
|
||||
@rfc_link = request_for_comment_url(subscription.request_for_comment)
|
||||
@unsubscribe_link = unsubscribe_subscription_url(subscription)
|
||||
mail(
|
||||
subject: t('mailers.user_mailer.got_new_comment_for_subscription.subject',
|
||||
author_displayname: @author_displayname), to: subscription.user.email
|
||||
)
|
||||
subject: t('mailers.user_mailer.got_new_comment_for_subscription.subject',
|
||||
author_displayname: @author_displayname), to: subscription.user.email
|
||||
)
|
||||
end
|
||||
|
||||
def send_thank_you_note(request_for_comments, receiver)
|
||||
|
Reference in New Issue
Block a user