<%= @bracket.name %>

Make your prediction for the tournament by clicking on the teams you think will win

<% @bracket.bracket_matches.each do |m| %>

<%= m.match.id %>

<% end %> > <% (1..@matches.count).each do |i| %> <% matchDepth = Math.log(i*(@logBase-1), @logBase).floor+1 %> <% if matchDepth > Math.log(@base*(@logBase-1), @logBase).floor+1 @pBase = @base @base = i end %> <% when 0 %> <% if @matches[i].teams.count < @tournament.min_teams_per_match %> stroke="red" fill-opacity="0.6" <% else %> stroke="green" <% end %> <% when 1 %> stroke="orange" <% when 2 %> stroke="yellow" <% when 3 %> stroke="grey" <% end %> /> <% t = 1 while t <= @numTeams %> " onclick="chooseWinner(<%= @matches[i].id, %>)" /> <% if @matches[i].teams[t-1] %> Team <%= @matches[i].teams[t-1].id %> <% end %> <% if (t < @numTeams) %> VS <% end %> <% t = t + 1 %> <% end %> <% if i > 1 %> <% parent = (i+@logBase-2)/@logBase pDepth = Math.log(parent*(@logBase-1), @logBase).floor+1 lastrx = 50/(@depth+1) + 100/(@depth+1)*(@depth-pDepth) lastry = 100/(@logBase**(pDepth-1)+1) * (parent-@pBase+1) - rh/2 %> <% end %> <% end %> <%= link_to 'Back', tournaments_path %>