mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
7f471e70c0
Co-authored-by: Matt Jankowski <matt@jankowski.online>
25 lines
1.6 KiB
Text
25 lines
1.6 KiB
Text
= content_for :heading do
|
|
= render 'application/mailer/heading', heading_title: t('user_mailer.welcome.title', name: @resource.account.username), heading_subtitle: t('user_mailer.welcome.explanation')
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-body-padding-td
|
|
%table.email-inner-card-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-inner-card-td-without-padding
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-prose.email-padding-24
|
|
%p
|
|
%b= t 'user_mailer.welcome.full_handle'
|
|
= render 'application/mailer/frame', text: "#{@resource.account.username}@#{@instance}"
|
|
%p= t 'user_mailer.welcome.full_handle_hint', instance: @instance
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-border-top.email-prose.email-padding-24
|
|
%p= t 'user_mailer.welcome.edit_profile_step'
|
|
= render 'application/mailer/button', text: t('user_mailer.welcome.edit_profile_action'), url: settings_profile_url
|
|
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
|
%tr
|
|
%td.email-border-top.email-prose.email-padding-24
|
|
%p= t 'user_mailer.welcome.edit_profile_step'
|
|
= render 'application/mailer/button', text: t('user_mailer.welcome.final_action'), url: web_url
|