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 "Fatturazione", admin_billing_path(club_id: t.club.id) %> <% else %> — <% end %>