follow.html.haml 953 B

12345678910111213
  1. = content_for :heading do
  2. = render 'application/mailer/heading', heading_title: t('notification_mailer.follow.title'), heading_subtitle: t('notification_mailer.follow.body', name: @account.pretty_acct), heading_image_url: frontend_asset_url('images/mailer-new/heading/user.png')
  3. %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
  4. %tr
  5. %td.email-body-padding-td
  6. %table.email-inner-card-table{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
  7. %tr
  8. %td.email-inner-card-td-without-padding
  9. = render 'application/mailer/account', account: @account
  10. %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
  11. %tr
  12. %td.email-padding-24.email-padding-top-0
  13. = render 'application/mailer/button', text: t('application_mailer.view_profile'), url: web_url("@#{@account.pretty_acct}")