From b1a8b3c859f147d5ca1d199c9715fb46ab9cea23 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 12 Dec 2025 13:32:47 -0600 Subject: [PATCH] Layout --- saas/app/views/account/subscriptions/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saas/app/views/account/subscriptions/show.html.erb b/saas/app/views/account/subscriptions/show.html.erb index 7f3c18ffb..64987b5d0 100644 --- a/saas/app/views/account/subscriptions/show.html.erb +++ b/saas/app/views/account/subscriptions/show.html.erb @@ -1,7 +1,7 @@ <% @page_title = "Thank you" %> <% if @session&.payment_status == "paid" %> -
+

Thanks for buying Fizzy!

Your payment was successful. You’re now on the <%= Current.account.plan.name %> plan.

<%= link_to "Done", account_settings_path, class: "btn settings-subscription__button txt-medium" %>