<%= tournament.game %> |
<%= tournament.status %> |
<%= tournament.name %> |
<%= tournament.min_players_per_team %> |
<%= tournament.max_players_per_team %> |
<%= tournament.min_teams_per_match %> |
<%= tournament.max_teams_per_match %> |
<%= tournament.set_rounds %> |
<%= tournament.randomized_teams %> |
<%= tournament.sampling_method %> |
<%= link_to 'Show', tournament %> |
<%= link_to 'Edit', edit_tournament_path(tournament) %> |
<%= link_to 'Destroy', tournament, method: :delete, data: { confirm: 'Are you sure?' } %> |
<% end %>