diff --git a/app/views/_tailwind/documentation/faqs/_how_to_stop_alerts.html.erb b/app/views/_tailwind/documentation/faqs/_how_to_stop_alerts.html.erb index 176cba21b..02b07fe1c 100644 --- a/app/views/_tailwind/documentation/faqs/_how_to_stop_alerts.html.erb +++ b/app/views/_tailwind/documentation/faqs/_how_to_stop_alerts.html.erb @@ -4,4 +4,5 @@
At the bottom of each email you receive there is a link to unsubscribe from that alert. Just click on it and we'll delete your alert. + Another option is to login and <%= pa_link_to "manage alerts from your account", profile_alerts_path %>.
diff --git a/app/views/documentation/faqs/_how_to_stop_alerts.html.haml b/app/views/documentation/faqs/_how_to_stop_alerts.html.haml index f80e4d2cb..e6c6b887e 100644 --- a/app/views/documentation/faqs/_how_to_stop_alerts.html.haml +++ b/app/views/documentation/faqs/_how_to_stop_alerts.html.haml @@ -3,3 +3,4 @@ %dd At the bottom of each email you receive there is a link to unsubscribe from that alert. Just click on it and we'll delete your alert. + Another option is to login and #{pa_link_to "manage alerts from your account", profile_alerts_path}.