<%= notice %>

Status: <%= @match.status %>

Tournament stage: <%= @match.tournament_stage %>

Winner: <%= @match.winner %>

<%= link_to 'Edit', edit_match_path(@match) %> | <%= link_to 'Back', matches_path %>