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:
@@ -65,9 +65,9 @@ li.game{
|
||||
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
||||
<li class="spacer"> </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 %> </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"> </li>
|
||||
|
||||
@@ -89,9 +89,9 @@ li.game{
|
||||
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
||||
<li class="spacer"> </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 %> </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"> </li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user