<%= notice %>

<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}" %> | <% if tournament_permissions(@wrestler.tournament) %> <%= link_to "Edit #{@wrestler.name}", edit_wrestler_path(@wrestler) %> | <% end %>

Name: <%= @wrestler.name %>

School: <%= School.find(@wrestler.school_id).name %>

Weight: <%= Weight.find(@wrestler.weight_id).max %>

Original seed: <%= @wrestler.original_seed %>