<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" %>

<% @weights.each do |weight| %> <%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
<% end %> <%= link_to "All Brackets", "/static_pages/all_brackets?print=true&tournament=#{@tournament.id}" %>