1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-24 23:01:19 +00:00

Fix all brackets printable view.

This commit is contained in:
2025-01-19 21:58:02 -05:00
parent b241818c21
commit fd1a7c43ff
4 changed files with 151 additions and 99 deletions

View File

@@ -1,6 +1,11 @@
<% @round = 1 %>
<% @pool = 1 %>
<% until @wrestlers.select{|w| w.pool == @pool}.blank? %>
<!-- Add another column for pools 5-8 on an 8 pool -->
<% if @pool == 5 %>
</td>
<td>
<% end %>
<h5>Pool <%= @pool %></h5>
<table class="table table-striped table-bordered table-condensed">
<thead>