%= link_to "Back to #{@tournament.name} weights", "/static_pages/weights?tournament=#{@tournament.id}" %>
<%= @weight.max %> lbs Bracket
<% if @weight.pools == 4 %>
<%= render 'fourPool' %>
<% elsif @weight.pools == 2 %>
<%= render 'twoPool' %>
<% elsif @weight.pools == 1 %>
<%= render 'onePool' %>
<% end %>