Added opt-out/unsubscribe links at bottom of all emails
• Added: - opt-out/unsubscribe links at bottom of all emails in layout
This commit is contained in:
parent
8deb255593
commit
4b8df32371
|
@ -85,6 +85,10 @@
|
||||||
%tr
|
%tr
|
||||||
%td{:align => "center", :style => "vertical-align:middle;padding:0 0 22px 0;"}
|
%td{:align => "center", :style => "vertical-align:middle;padding:0 0 22px 0;"}
|
||||||
%p{:style => "color:#bbb;font-size:14px;margin:0;"} 700 N. State Street, Clarks Summit, PA 18411
|
%p{:style => "color:#bbb;font-size:14px;margin:0;"} 700 N. State Street, Clarks Summit, PA 18411
|
||||||
|
%tr
|
||||||
|
%td{:align => "center", :style => "vertical-align:middle;padding:0 0 22px 0;"}
|
||||||
|
%a{:style => "color:#bbb;font-size:14px;margin:0;", :href => settings_notifications_url}= t('application_mailer.opt_out')
|
||||||
|
|
||||||
|
|
||||||
%tr
|
%tr
|
||||||
%td{:align => "center", :style => "padding-top:29px;padding-bottom:50px"}
|
%td{:align => "center", :style => "padding-top:29px;padding-bottom:50px"}
|
||||||
|
|
|
@ -10,3 +10,5 @@ Gab.com
|
||||||
|
|
||||||
<%= t 'about.hosted_on', domain: site_hostname %>
|
<%= t 'about.hosted_on', domain: site_hostname %>
|
||||||
<%= t('application_mailer.settings', link: settings_preferences_url) %>
|
<%= t('application_mailer.settings', link: settings_preferences_url) %>
|
||||||
|
<%= t('application_mailer.opt_out') %>
|
||||||
|
<%= settings_notifications_url %>
|
||||||
|
|
|
@ -540,6 +540,7 @@ en:
|
||||||
view: 'View:'
|
view: 'View:'
|
||||||
view_profile: View profile
|
view_profile: View profile
|
||||||
view_status: View status
|
view_status: View status
|
||||||
|
opt_out: Unsubscribe
|
||||||
applications:
|
applications:
|
||||||
created: Application successfully created
|
created: Application successfully created
|
||||||
destroyed: Application successfully deleted
|
destroyed: Application successfully deleted
|
||||||
|
|
|
@ -505,6 +505,7 @@ en_GB:
|
||||||
view: 'View:'
|
view: 'View:'
|
||||||
view_profile: View Profile
|
view_profile: View Profile
|
||||||
view_status: View status
|
view_status: View status
|
||||||
|
opt_out: Unsubscribe
|
||||||
applications:
|
applications:
|
||||||
created: Application successfully created
|
created: Application successfully created
|
||||||
destroyed: Application successfully deleted
|
destroyed: Application successfully deleted
|
||||||
|
|
Loading…
Reference in New Issue