Upgrade Stripe con addebito immediato; downgrade programmato a fine periodo. UX billing più sobria con box info; icone piani. API inviti e OAuth YouTube per staff trasmissione; deep link join; scelta partita programmata o nuova. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
813 B
Plaintext
19 lines
813 B
Plaintext
<% content_for :title, "Abbonamento — #{@club.name}" %>
|
|
<% content_for :robots, "noindex, nofollow" %>
|
|
|
|
<div class="wrap" style="padding-top:20px">
|
|
<h1>Abbonamento</h1>
|
|
<%= render "shared/club_subscription_status", club: @club, entitlements: @entitlements, subscription: @subscription, on_billing_page: true %>
|
|
|
|
<%= render "shared/stripe_secure_payment" %>
|
|
<% if MatchLiveTv.stripe_enabled? %>
|
|
<%= render "shared/plan_change_info", subscription: @subscription %>
|
|
<% end %>
|
|
<%= render "shared/plan_cards", show_stripe_portal: false %>
|
|
<%= render "shared/subscription_cancel", club: @club, subscription: @subscription %>
|
|
|
|
<%= render "shared/billing_documents", club: @club, payments: @payments %>
|
|
|
|
<p style="margin-top:24px"><%= link_to "← Società", public_club_path(@club) %></p>
|
|
</div>
|