mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-13 00:26:31 +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>
|
||||
@@ -14,7 +14,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>
|
||||
1st
|
||||
|
||||
<li> </li>
|
||||
@@ -28,7 +28,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>
|
||||
@@ -37,7 +37,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