From 94829aea8d09567a719e0e0789be61dd3394c007 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 1 Aug 2025 00:14:17 +0530 Subject: [PATCH] fix: footer in ssl_instructions email (#12076) - fix footer in helpcenter SSL instructions email ### before ---- image ### after ---- image --- app/mailers/portal_instructions_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/portal_instructions_mailer.rb b/app/mailers/portal_instructions_mailer.rb index eccbd7db1..284e3e9de 100644 --- a/app/mailers/portal_instructions_mailer.rb +++ b/app/mailers/portal_instructions_mailer.rb @@ -15,7 +15,7 @@ class PortalInstructionsMailer < ApplicationMailer private def liquid_locals - { cname_record: @cname_record } + super.merge({ cname_record: @cname_record }) end def generate_cname_record