<%= notice %>
<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}", :class=>"btn btn-default" %> <% if tournament_permissions(@wrestler.tournament) %> | <%= link_to "Edit #{@wrestler.name}", edit_wrestler_path(@wrestler), :class=>"btn btn-primary" %> <% end %>Name: <%= @wrestler.name %>
School: <%= @wrestler.school.name %>
Weight: <%= @wrestler.weight.max %>
Team Points Scored: <%= @wrestler.totalTeamPoints %>