Name | Categoria | Grupo | Capitan | ||
<%= link_to team.short_name, team %> | <%= team.category %> | <%= team.group %> | <%= "#{team.captain.name} #{team.captain.last_name}" %> | <%= link_to "Edit", edit_team_path(team) %> | <%= link_to "Destroy", team, method: :delete, data: { confirm: 'Are you sure?' } %> |