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

<% @weights.each do |weight| %> <%= link_to "#{weight.max}" , "/static_pages/brackets?weight=#{weight.id}" %>
<% end %>