mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-09 07:11:59 +00:00
Putting score in correct spot
This commit is contained in:
@@ -65,9 +65,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Quarter"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Quarter"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -77,9 +77,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -89,9 +89,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -114,9 +114,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -139,9 +139,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Conso Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Conso Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -151,9 +151,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "5/6"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "5/6"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -176,9 +176,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "7/8"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "7/8"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
|
|||||||
@@ -65,9 +65,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -77,9 +77,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -103,9 +103,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -130,9 +130,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Conso Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Conso Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -142,9 +142,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "5/6"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "5/6"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -167,9 +167,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "7/8"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "7/8"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
|
|||||||
@@ -65,9 +65,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -89,9 +89,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
|
|||||||
@@ -65,9 +65,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "Semis"}.sort_by{|m| m.bracket_position_number}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -77,9 +77,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "1/2"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
@@ -103,9 +103,9 @@ li.game{
|
|||||||
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
<% @matches.select{|m|m.bracket_position == "3/4"}.each do |match| %>
|
||||||
<li class="spacer"> </li>
|
<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-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>
|
<li class="spacer"> </li>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user