mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-15 20:46:57 +00:00
Refactored names of methods and some db column
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<li> </li>
|
||||
|
||||
<li class="game game-top "><%= match.w1_name %> <span></span></li>
|
||||
<li><%= match.bout_number %> <%= match.bracketScore %> </li>
|
||||
<li><%= match.bout_number %> <%= match.bracket_score_string %> </li>
|
||||
<li class="game game-bottom "><%= match.w2_name %><span></span></li>
|
||||
|
||||
<li> </li>
|
||||
@@ -17,7 +17,7 @@
|
||||
<li> </li>
|
||||
|
||||
<li class="game game-top "><%= match.w1_name %> <span></span></li>
|
||||
<li><%= match.bout_number %> <%= match.bracketScore %> </li>
|
||||
<li><%= match.bout_number %> <%= match.bracket_score_string %> </li>
|
||||
<li class="game game-bottom "><%= match.w2_name %><span></span></li>
|
||||
|
||||
<li> </li>
|
||||
@@ -26,7 +26,7 @@
|
||||
<ul class="round round-3">
|
||||
<li> </li>
|
||||
|
||||
<li class="bracket-winner"><%= match.winnerName %><span></span></li>
|
||||
<li class="bracket-winner"><%= match.winner_name %><span></span></li>
|
||||
1st
|
||||
|
||||
<li> </li>
|
||||
@@ -41,7 +41,7 @@
|
||||
<li> </li>
|
||||
|
||||
<li class="game game-top "><%= match.w1_name %> <span></span></li>
|
||||
<li><%= match.bout_number %> <%= match.bracketScore %> </li>
|
||||
<li><%= match.bout_number %> <%= match.bracket_score_string %> </li>
|
||||
<li class="game game-bottom "><%= match.w2_name %><span></span></li>
|
||||
|
||||
<li> </li>
|
||||
@@ -50,7 +50,7 @@
|
||||
<ul class="round round-2">
|
||||
<li> </li>
|
||||
|
||||
<li class="bracket-winner"><%= match.winnerName %><span></span></li>
|
||||
<li class="bracket-winner"><%= match.winner_name %><span></span></li>
|
||||
3rd
|
||||
|
||||
<li> </li>
|
||||
|
||||
Reference in New Issue
Block a user