1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 05:43:47 +00:00

Added winner name for final line of brackets

This commit is contained in:
2015-10-15 15:13:52 -04:00
parent 386dc1605f
commit 4b447b86f9
5 changed files with 36 additions and 26 deletions

View File

@@ -83,17 +83,17 @@ li.game{
<li class="spacer">&nbsp;</li>
<% end %>
</ul>
<ul class="round round-3">
<li class="spacer">&nbsp;</li>
<li class="game game-top "> <span></span></li>
<li class="game game-top "> <%= match.winnerName %><span></span></li>
1st
<li class="spacer">&nbsp;</li>
</ul>
<% end %>
</main>
</br>
@@ -109,17 +109,17 @@ li.game{
<li class="spacer">&nbsp;</li>
<% end %>
</ul>
<ul class="round round-2">
<li class="spacer">&nbsp;</li>
<li class="game game-top "> <span></span></li>
<li class="game game-top "> <%= match.winnerName %><span></span></li>
3rd
<li class="spacer">&nbsp;</li>
</ul>
<% end %>
</main>
</br>
@@ -148,17 +148,17 @@ li.game{
<li class="spacer">&nbsp;</li>
<% end %>
</ul>
<ul class="round round-3">
<li class="spacer">&nbsp;</li>
<li class="game game-top "> <span></span></li>
<li class="game game-top "> <%= match.winnerName %><span></span></li>
5th
<li class="spacer">&nbsp;</li>
</ul>
<% end %>
</main>
<br>
<h5>7th/8th</h5>
@@ -173,17 +173,17 @@ li.game{
<li class="spacer">&nbsp;</li>
<% end %>
</ul>
<ul class="round round-2">
<li class="spacer">&nbsp;</li>
<li class="game game-top "> <span></span></li>
<li class="game game-top "> <%= match.winnerName %><span></span></li>
7th
<li class="spacer">&nbsp;</li>
</ul>
<% end %>
</main>
</br>