<%= notice %>

Name: <%= @tournament.name %>

Game: <%= @tournament.game %>

Status: <%= @tournament.status %>

Ger: <%= @tournament.ger %>

Randomized teams: <%= @tournament.randomized_teams %>

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