<%= notice %>

Game: <%= @tournament.game %>

Status: <%= @tournament.status %>

Name: <%= @tournament.name %>

Min players per team: <%= @tournament.min_players_per_team %>

Max players per team: <%= @tournament.max_players_per_team %>

Min teams per match: <%= @tournament.min_teams_per_match %>

Max teams per match: <%= @tournament.max_teams_per_match %>

Scoring method: <%= @tournament.scoring_method %>

<%= link_to 'Edit', edit_tournament_path(@tournament) %> | <%= link_to 'Back', tournaments_path %>