<%= notice %>
Status: <%= @match.status %>
Tournament: <%= @match.tournament %>
Name: <%= @match.name %>
Winner: <%= @match.winner %>
Remote: <%= @match.remote_id %>
<%= link_to 'Edit', edit_match_path(@match) %> | <%= link_to 'Back', matches_path %>