forked from glitch-soc-github-mirror/mastodon
Update status reaction emails
This commit is contained in:
parent
33321d5448
commit
3e39b7b6ad
3 changed files with 5 additions and 2 deletions
app
javascript/images/mailer-new/heading
views/notification_mailer
Binary file not shown.
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 5.6 KiB ![]() ![]() |
|
@ -1,5 +1,8 @@
|
|||
= content_for :heading do
|
||||
= render 'application/mailer/heading', heading_title: t('notification_mailer.reaction.title'), heading_subtitle: t('notification_mailer.reaction.body', name: @account.pretty_acct), heading_image_url: frontend_asset_url('images/mailer-new/heading/reaction.png')
|
||||
= render 'application/mailer/heading',
|
||||
image_url: frontend_asset_url('images/mailer-new/heading/reaction.png'),
|
||||
subtitle: t('notification_mailer.reaction.body', name: @status.account.pretty_acct),
|
||||
title: t('notification_mailer.reaction.title')
|
||||
%table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
|
||||
%tr
|
||||
%td.email-body-padding-td
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
||||
|
||||
<%= raw t('notification_mailer.reaction.body', name: @account.pretty_acct) %>
|
||||
<%= raw t('notification_mailer.reaction.body', name: @status.account.pretty_acct) %>
|
||||
|
||||
<%= render 'status', status: @status %>
|
||||
|
|
Loading…
Add table
Reference in a new issue