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