Style and copy

This commit is contained in:
Jason Zimdars
2025-08-28 21:54:37 -05:00
parent 8f1a6852fa
commit 0964d019b7
@@ -1,3 +1,9 @@
<h1>Unsubscribed</h1>
<p>Thank you <%= @user.name %>, you will no longer receive bundled email notifications.</p>
<p>You can <%= link_to "re-enable notifications here", notifications_settings_path %>.</p>
<div class="panel margin-block-double center">
<h1 class="font-black txt-x-large margin-none-block-end">Unsubscribed</h1>
<p class="margin-block-start-half">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 %>.</p>
<%= link_to root_path, class: "btn margin-block-start" do %>
<%= icon_tag "arrow-left" %>
<span>Back to Fizzy</span>
<% end %>
</div>