<%= @wrestler1_name %> VS. <%= @wrestler2_name %>

Green <%= @wrestler1_name %>

<%= @wrestler1_school_name %>

0

Bout <%= @match.bout_number %>

Bracket Position: <%= @match.bracket_position %>

Period:

Clock: 2:00

Status: Stopped

Match Position:

Format:

Adjust Match Clock
Match Period Navigation
Use these to move between periods and choice periods.
Match Time Accumulation: 0:00

Event Log

Red <%= @wrestler2_name %>

<%= @wrestler2_school_name %>

0

Submit Match Results
<%= form_for(@match) do |f| %> <%= f.hidden_field :w1_stat, data: { match_state_target: "w1StatField" } %> <%= f.hidden_field :w2_stat, data: { match_state_target: "w2StatField" } %> <%= render "matches/match_results_fields", f: f, redirect_path: @match_results_redirect_path, submit_label: "Update Match" %> <% end %>