Mailer header partial access cleanup (#32585)

This commit is contained in:
Matt Jankowski 2024-10-28 09:41:56 -04:00 committed by GitHub
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,7 +1,9 @@
= content_for :heading do
.email-desktop-flex
.email-header-left
= render 'application/mailer/heading', heading_title: t('user_mailer.welcome.title', name: @resource.account.username), heading_subtitle: t('user_mailer.welcome.explanation')
= render 'application/mailer/heading',
subtitle: t('user_mailer.welcome.explanation'),
title: t('user_mailer.welcome.title', name: @resource.account.username)
.email-header-right
.email-header-card
%table.email-header-card-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }