mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 00:49:54 +00:00
Added logic to delegate tournament access
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<% @pool = 1 %>
|
||||
<% until @wrestlers.select{|w| w.generatePoolNumber == @pool}.blank? %>
|
||||
<h5>Pool <%= @pool %></h5>
|
||||
<table class="table table-striped table-bordered">
|
||||
<table class="table table-striped table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user