Listing teams

<% @teams.each do |team| %> <% end %>
Join ID Acronym Name School Region Founded Joined Logo Path Note
<%= team.join_id %> <%= team.acronym %> <%= team.name %> <%= team.school %> <%= team.region %> <%= team.founded %> <%= team.joined %> <%= team.logo %> <%= team.note %> <%= link_to 'Show', team %> <%= link_to 'Edit', edit_team_path(team) %> <%= link_to 'Destroy', team, confirm: 'Are you sure?', method: :delete %>

<%= link_to 'New Team', new_team_path %>