% @weights.each do |weight| %> <%= link_to "#{weight.max}" , "/tournaments/#{@tournament.id}/weigh_in/#{weight.id}" %> <% end %> <% if can? :manage, @tournament %> <%= form_for(@tournament) do |f| %>