mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-24 17:04:43 +00:00
For double elimm printable brackets, only spill onto second page for brackets over 16 wrestlers.
This commit is contained in:
@@ -17,10 +17,13 @@
|
||||
<% @winner_place = "1st" %>
|
||||
<%= render 'bracket_final' %>
|
||||
</div>
|
||||
<% if @weight.wrestlers.size > 16 %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="page-landscape">
|
||||
<!-- <div class="page-landscape"> -->
|
||||
<div class="page">
|
||||
<div class="bracket-container">
|
||||
<% end %>
|
||||
<h4><%= @tournament.name %> - <%= @weight.max %> Bracket</h4>
|
||||
<h4>Consolation Bracket</h4>
|
||||
<div class="bracket">
|
||||
|
||||
Reference in New Issue
Block a user