%= link_to "Back to #{@school.name}", "/schools/#{@school.id}", :class=>"btn btn-default" %>
<% cache ["#{@school.id}_Stats", @school] do %>
| Wrester | Bout | Match Bracket Position | Stats | Result |
|---|---|---|---|---|
| <%= wrestler.name %> | <%= m.bout_number %> | <%= m.bracket_position %> | <%= m.list_w1_stats %> <%= m.list_w2_stats %> |
<%= wrestler.resultByBout(m.bout_number) %> |