1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-03 04:34:50 +00:00

Putting score in correct spot

This commit is contained in:
2015-11-05 08:23:29 -05:00
parent 6984de8b63
commit 5173f8209a
4 changed files with 36 additions and 36 deletions

View File

@@ -65,9 +65,9 @@ li.game{
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
<li class="spacer">&nbsp;</li>
<li class="game game-top "><%= match.w1_name %> <span>Score</span></li>
<li class="game game-top "><%= match.w1_name %> <span></span></li>
<li class="game game-spacer"><%= match.bout_number %> <%= match.bracketScore %>&nbsp;</li>
<li class="game game-bottom "><%= match.w2_name %><span>Score</span></li>
<li class="game game-bottom "><%= match.w2_name %><span></span></li>
<li class="spacer">&nbsp;</li>
@@ -89,9 +89,9 @@ li.game{
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
<li class="spacer">&nbsp;</li>
<li class="game game-top "><%= match.w1_name %> <span>Score</span></li>
<li class="game game-top "><%= match.w1_name %> <span></span></li>
<li class="game game-spacer"><%= match.bout_number %> <%= match.bracketScore %>&nbsp;</li>
<li class="game game-bottom "><%= match.w2_name %><span>Score</span></li>
<li class="game game-bottom "><%= match.w2_name %><span></span></li>
<li class="spacer">&nbsp;</li>