This commit is contained in:
Jason Zimdars
2025-12-12 13:32:47 -06:00
committed by Jorge Manrubia
parent 5957ed6449
commit b1a8b3c859
@@ -1,7 +1,7 @@
<% @page_title = "Thank you" %>
<% if @session&.payment_status == "paid" %>
<section class="panel panel--centered center borderless">
<section class="panel panel--wide panel--centered center borderless">
<h1 class="txt-x-large font-weight-black margin-none">Thanks for buying Fizzy!</h1>
<p class="txt-medium margin-none-block-start">Your payment was successful. Youre now on the <strong><%= Current.account.plan.name %></strong> plan.</p>
<%= link_to "Done", account_settings_path, class: "btn settings-subscription__button txt-medium" %>