1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-21 04:19:24 +00:00

Added 8 man brackets for double elimination

This commit is contained in:
2020-01-24 07:57:51 -05:00
parent 58afc8a485
commit 21b023f195
12 changed files with 303 additions and 36 deletions

View File

@@ -120,7 +120,7 @@
</main>
<h4>5/6 place match</h4>
<main id="bracket">
<ul class="round round-3">
<ul class="round round-1">
<% @matches.select{|m|m.bracket_position == "5/6"}.each do |match| %>
<li>&nbsp;</li>
@@ -131,7 +131,7 @@
<li>&nbsp;</li>
</ul>
<ul class="round round-4">
<ul class="round round-2">
<li>&nbsp;</li>
<li class="bracket-winner"> <%= match.bracket_winner_name %> <span></span></li>