2018-01-16 03:29:11 +01:00
|
|
|
|
!!!
|
2024-01-15 19:18:59 +01:00
|
|
|
|
%html{ lang: I18n.locale, dir: locale_direction }
|
2018-01-16 03:29:11 +01:00
|
|
|
|
%head
|
2024-01-15 19:18:59 +01:00
|
|
|
|
%meta{ 'charset' => 'utf-8' }
|
|
|
|
|
%title Mastodon
|
|
|
|
|
%meta{ name: 'x-apple-disable-message-reformatting' }
|
|
|
|
|
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
|
|
|
|
%meta{ name: 'format-detection', content: 'telephone=no, date=no, address=no, email=no, url=no' }
|
|
|
|
|
%meta{ name: 'supported-color-schemes', content: 'light' }
|
|
|
|
|
%style
|
|
|
|
|
\table { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
|
|
|
|
|
%style{ 'data-premailer': 'ignore' }
|
|
|
|
|
\.email a { color: inherit; text-decoration: none; }
|
|
|
|
|
\.email-btn-hover:hover { background-color: #563acc !important; }
|
|
|
|
|
/[if mso]
|
|
|
|
|
<xml>
|
|
|
|
|
<o:OfficeDocumentSettings xmlns:o="urn:schemas-microsoft-com:office:office">
|
|
|
|
|
<o:PixelsPerInch>96</o:PixelsPerInch>
|
|
|
|
|
</o:OfficeDocumentSettings>
|
|
|
|
|
</xml>
|
2018-01-16 03:29:11 +01:00
|
|
|
|
= stylesheet_pack_tag 'mailer'
|
2024-01-15 19:18:59 +01:00
|
|
|
|
%body
|
|
|
|
|
.email{ dir: locale_direction }
|
|
|
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
2018-01-16 03:29:11 +01:00
|
|
|
|
%tr
|
2024-01-15 19:18:59 +01:00
|
|
|
|
%td.email-desktop-p-8
|
2018-01-16 03:29:11 +01:00
|
|
|
|
.email-container
|
2024-01-15 19:18:59 +01:00
|
|
|
|
/[if mso]
|
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" align="center" style="width:740px;" role="presentation"><tr><td>
|
|
|
|
|
%table.email-w-full.email-card-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
|
|
|
%tr
|
|
|
|
|
%td.email-card-td.email-desktop-rounded-16px
|
2018-01-16 03:29:11 +01:00
|
|
|
|
|
2024-01-15 19:18:59 +01:00
|
|
|
|
-# Header
|
|
|
|
|
%table.email-header-table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
|
|
|
%tr
|
|
|
|
|
%td.email-header-td
|
2018-01-16 03:29:11 +01:00
|
|
|
|
|
2024-01-15 19:18:59 +01:00
|
|
|
|
-# Logo
|
|
|
|
|
%table.email-header-logo-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
|
|
|
%tr
|
|
|
|
|
%td.email-header-logo-td
|
|
|
|
|
/[if mso]
|
|
|
|
|
<v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="false" stroke="false" style="position:absolute; left:40px; top:26px; width:636px;"><v:textbox style="mso-fit-shape-to-text:true" inset="0,0,0,0">
|
|
|
|
|
.email-header-logo-div
|
|
|
|
|
%p.email-header-logo-p
|
|
|
|
|
%span.email-header-logo-span
|
|
|
|
|
= '/ '
|
|
|
|
|
= site_hostname
|
|
|
|
|
/[if mso]
|
|
|
|
|
</v:textbox></v:rect>
|
|
|
|
|
= link_to root_url, class: 'email-header-logo-a' do
|
2024-01-17 13:19:51 +01:00
|
|
|
|
= image_tag frontend_asset_url('images/mailer-new/common/logo-header.png'), alt: 'Mastodon', width: 157, height: 40
|
2024-01-15 19:18:59 +01:00
|
|
|
|
|
|
|
|
|
-# Heading
|
|
|
|
|
= yield :heading
|
|
|
|
|
|
|
|
|
|
.email-header-after-div
|
|
|
|
|
.email-header-after-inside-div
|
|
|
|
|
%table.email-body-table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
|
|
|
%tr
|
|
|
|
|
%td.email-body-td
|
|
|
|
|
-# Content
|
|
|
|
|
= yield
|
|
|
|
|
|
|
|
|
|
/[if mso]
|
|
|
|
|
</td></tr></table>
|
|
|
|
|
|
|
|
|
|
-# Footer
|
2018-01-16 03:29:11 +01:00
|
|
|
|
.email-container
|
2024-01-15 19:18:59 +01:00
|
|
|
|
/[if mso]
|
|
|
|
|
<table border="0" cellpadding="0" cellspacing="0" align="center" style="width:740px;" role="presentation"><tr><td>
|
|
|
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
|
|
|
%tr
|
|
|
|
|
%td.email-footer-td
|
|
|
|
|
%p.email-footer-p
|
|
|
|
|
= link_to root_url, class: 'email-footer-logo-a' do
|
2024-01-17 13:19:51 +01:00
|
|
|
|
= image_tag frontend_asset_url('images/mailer-new/common/logo-footer.png'), alt: 'Mastodon', width: 44, height: 44
|
2024-01-15 19:18:59 +01:00
|
|
|
|
%p.email-footer-p
|
|
|
|
|
= t 'about.hosted_on', domain: site_hostname
|
|
|
|
|
%p.email-footer-p
|
|
|
|
|
= link_to t('application_mailer.notification_preferences'), settings_preferences_notifications_url
|
|
|
|
|
- if defined?(@unsubscribe_url)
|
|
|
|
|
·
|
|
|
|
|
= link_to t('application_mailer.unsubscribe'), @unsubscribe_url
|
|
|
|
|
/[if mso]
|
|
|
|
|
</td></tr></table>
|