diff --git a/app/views/notifications/unsubscribes/show.html.erb b/app/views/notifications/unsubscribes/show.html.erb index 3610e92e2..05b2d647c 100644 --- a/app/views/notifications/unsubscribes/show.html.erb +++ b/app/views/notifications/unsubscribes/show.html.erb @@ -1,3 +1,9 @@ -
Thank you <%= @user.name %>, you will no longer receive bundled email notifications.
-You can <%= link_to "re-enable notifications here", notifications_settings_path %>.
+Thanks, <%= @user.first_name %>! Fizzy won't send you any more email notifications. If you change your mind you can turn them back on in <%= link_to "Notifications Settings", notifications_settings_path %>.
+ + <%= link_to root_path, class: "btn margin-block-start" do %> + <%= icon_tag "arrow-left" %> + Back to Fizzy + <% end %> +