2018-01-17 06:20:15 +11:00
|
|
|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.email-body
|
|
|
|
.email-container
|
|
|
|
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.content-cell.hero
|
|
|
|
.email-row
|
|
|
|
.col-6
|
|
|
|
%table.column{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.column-cell.text-center.padded
|
|
|
|
%table.hero-icon{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td
|
2019-03-16 01:05:31 +11:00
|
|
|
= image_tag full_pack_url('media/images/mailer/icon_cached.png'), alt: ''
|
2018-01-17 06:20:15 +11:00
|
|
|
|
|
|
|
%h1= t 'notification_mailer.reblog.title'
|
2022-03-22 20:07:11 +11:00
|
|
|
%p.lead= t('notification_mailer.reblog.body', name: @account.pretty_acct)
|
2018-01-17 06:20:15 +11:00
|
|
|
|
2023-06-10 11:29:37 +10:00
|
|
|
= render 'status', status: @status, time_zone: @me.user_time_zone
|
2018-01-17 06:20:15 +11:00
|
|
|
|
|
|
|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.email-body
|
|
|
|
.email-container
|
|
|
|
%table.content-section{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.content-cell.content-start.border-top
|
|
|
|
%table.column{ cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.column-cell.button-cell
|
|
|
|
%table.button{ align: 'center', cellspacing: 0, cellpadding: 0 }
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.button-primary
|
2022-11-08 01:42:58 +11:00
|
|
|
= link_to web_url("@#{@status.account.pretty_acct}/#{@status.id}") do
|
2018-01-17 06:20:15 +11:00
|
|
|
%span= t 'application_mailer.view_status'
|