Teams

<%#= @teams.count %>
<% @teams.each do |team| %> <% end %>
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?' } %>
<%= link_to "New team", new_team_path %>