From 0964d019b7329b20e8f1704e7d2f5c03f1fb096a Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Thu, 28 Aug 2025 21:54:37 -0500 Subject: [PATCH] Style and copy --- app/views/notifications/unsubscribes/show.html.erb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 @@ -

Unsubscribed

-

Thank you <%= @user.name %>, you will no longer receive bundled email notifications.

-

You can <%= link_to "re-enable notifications here", notifications_settings_path %>.

+
+

Unsubscribed

+

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 %> +