Aggiunge fatturazione club, pagina regia condivisibile senza account, roster squadre e rimuove la modalità controller dall'app (v1.1.0). Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
599 B
Plaintext
15 lines
599 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 %>
|
|
|
|
<%= render "shared/stripe_secure_payment" %>
|
|
<%= render "shared/plan_cards", show_stripe_portal: true %>
|
|
|
|
<%= render "shared/billing_documents", club: @club, payments: @payments, invoices: @invoices %>
|
|
|
|
<p style="margin-top:24px"><%= link_to "← Società", public_club_path(@club) %></p>
|
|
</div>
|