Teams

<% @teams.each do |t| %> <% end %>
NomeSocietàSportYouTubeFatture
<%= link_to t.name, admin_team_path(t) %> <%= t.club&.name || "—" %> <%= t.sport %> <%= t.youtube_credential.present? ? "✓" : "—" %> <% if t.club %> <%= link_to "Pagamenti", admin_club_billing_invoices_path(t.club) %> <% else %> — <% end %>