mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-27 08:56:37 +00:00
Added persistence to pool placement and pool order
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<% end %>
|
||||
<% @round = @round + 1 %>
|
||||
<% end %>
|
||||
<th>Placement</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -25,6 +26,7 @@
|
||||
<% end %>
|
||||
<% @round = @round + 1 %>
|
||||
<% end %>
|
||||
<td><%= w.pool_placement %><br><%= w.pool_placement_tiebreaker %></td>
|
||||
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user