<%= notice %>
R: <%= @match.w1_name %>
G: <%= @match.w2_name %>
G stat: <%= @match.g_stat %>
R stat: <%= @match.r_stat %>
Winner: <%= @match.winner_id %>
Win type: <%= @match.win_type %>
Score: <%= @match.score %>
<%= link_to 'Edit', edit_match_path(@match) %> | <%= link_to 'Back', matches_path %>