Championship Match
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
-
- <%= match.w1_name %> Score
- <%= match.boutNumber %>
- <%= match.w2_name %>Score
-
<% end %>
3rd/4th
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
-
- <%= match.w1_name %> Score
- <%= match.boutNumber %>
- <%= match.w2_name %>Score
-
<% end %>