Mailer header partial access cleanup (#32585)

This commit is contained in:
Matt Jankowski 2024-10-28 09:41:56 -04:00 committed by GitHub
parent b1d3c64525
commit 6f5eb22135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 98 additions and 30 deletions

View file

@ -1,5 +1,7 @@
= content_for :heading do
= render 'application/mailer/heading', heading_title: t('devise.mailer.confirmation_instructions.title'), heading_image_url: frontend_asset_url('images/mailer-new/heading/email.png')
= render 'application/mailer/heading',
image_url: frontend_asset_url('images/mailer-new/heading/email.png'),
title: t('devise.mailer.confirmation_instructions.title')
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
%tr
%td.email-body-padding-td