Club come entità principale, branding e fix infrastruttura streaming.
Introduce clubs con abbonamento, branding Active Storage e flusso registrazione società; corregge healthcheck MediaMTX (immagine distroless) e allinea dominio produzione matchlivetv.it. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -36,8 +36,10 @@
|
||||
<nav>
|
||||
<%= link_to "Prezzi", public_pricing_path %>
|
||||
<% if logged_in? %>
|
||||
<% if current_user.teams.any? %>
|
||||
· <%= link_to "Dashboard", public_team_dashboard_path(current_user.teams.first) %>
|
||||
<% if current_user.primary_club %>
|
||||
· <%= link_to "Società", public_club_path(current_user.primary_club) %>
|
||||
<% elsif current_user.manageable_teams.any? %>
|
||||
· <%= link_to "Dashboard", public_team_dashboard_path(current_user.manageable_teams.first) %>
|
||||
<% end %>
|
||||
· <%= button_to "Esci", public_logout_path, method: :delete, form: { style: "display:inline" }, class: "btn btn-secondary", style: "padding:6px 12px;font-size:0.85rem" %>
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user