gab-social/app/views/layouts/mailer.text.erb
Developer 4b8df32371 Added opt-out/unsubscribe links at bottom of all emails
• Added:
- opt-out/unsubscribe links at bottom of all emails in layout
2021-02-23 13:30:28 -05:00

15 lines
270 B
Plaintext

<%= yield %>
---
Questions? Simply email support@gab.com
Gab.com
---
<%= t 'about.hosted_on', domain: site_hostname %>
<%= t('application_mailer.settings', link: settings_preferences_url) %>
<%= t('application_mailer.opt_out') %>
<%= settings_notifications_url %>