From f02e305699c9ff4092d94149121cf195c625747f Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 29 May 2024 03:33:51 +0000 Subject: [PATCH] In help explain that you can also manage alerts from your account. https://www.bugherd.com/t/PqBhQks5wr168XSLXaIv4Q --- .../_tailwind/documentation/faqs/_how_to_stop_alerts.html.erb | 1 + app/views/documentation/faqs/_how_to_stop_alerts.html.haml | 1 + 2 files changed, 2 insertions(+) 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}.