mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-08 15:03:50 +00:00
Removed single weight match generation, fixed bracket names, reload weight matches for pool order, and auto delete errrored jobs
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<tbody>
|
||||
<% @wrestlers.select{|w| w.pool == @pool}.sort_by{|w| w.bracket_line}.each do |w| %>
|
||||
<tr>
|
||||
<td>[<%= w.original_seed %>] <%="#{w.name} - #{w.school.name} (#{w.season_win}-#{w.season_loss})" %></td>
|
||||
<td> <%="#{w.long_bracket_name}" %></td>
|
||||
<% @round = 1 %>
|
||||
<% until @matches.select{|m| m.round == @round}.blank? %>
|
||||
<% if @round <= @pools %>
|
||||
|
||||
Reference in New Issue
Block a user