1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 06:07:20 +00:00

Renamed boutNumber to bout_number to make the field consistent with the rest of the domain and database schema.

This commit is contained in:
R.J. Osborne
2015-05-17 08:13:52 -04:00
parent f54937e9fe
commit f6dd4e8625
11 changed files with 45 additions and 40 deletions

View File

@@ -66,7 +66,7 @@ li.game{
<li class="spacer">&nbsp;</li>
<li class="game game-top "><%= match.w1_name %> <span>Score</span></li>
<li class="game game-spacer"><%= match.boutNumber %> &nbsp;</li>
<li class="game game-spacer"><%= match.bout_number %> &nbsp;</li>
<li class="game game-bottom "><%= match.w2_name %><span>Score</span></li>
<li class="spacer">&nbsp;</li>
@@ -90,7 +90,7 @@ li.game{
<li class="spacer">&nbsp;</li>
<li class="game game-top "><%= match.w1_name %> <span>Score</span></li>
<li class="game game-spacer"><%= match.boutNumber %> &nbsp;</li>
<li class="game game-spacer"><%= match.bout_number %> &nbsp;</li>
<li class="game game-bottom "><%= match.w2_name %><span>Score</span></li>
<li class="spacer">&nbsp;</li>