<%= link_to "#{player.name}-#{player.last_name}", player_path(player) %> |
<% player.teams.each do |t| %>
- <%= link_to "#{t.name} (#{t.category})", team_path(t) %>
<% end %>
<% player.captain_for_teams.each do |t| %>
- <%= link_to "#{t.name} (#{t.category})", team_path(t) %>
<% end %>
|
<% end %>