All (<%= @teams.count %>) <% Continent.all.each do |continent| %> • <%= continent.title %> (<%= continent.teams.where( club: true ).count %>) <% end %>
Sort By: <%= link_to 'Key A-Z', clubs_path(order: 'key') %> • <%= link_to 'Title A-Z', clubs_path(order: 'title') %> • <%= link_to 'Code A-Z', clubs_path(order: 'code') %>
<%= render partial: 'teams', locals: { teams: @teams } %>