<%= sort_link(@q, :team) %> | <%= sort_link(@q, :player) %> | <%= sort_link(@q, :total) %> |
---|---|---|
<%= score.team %> | <%= score.player %> |
<%= score.total %>
W: <%= score.win %> <% if score.playoffs > 0 %>P: <%= score.playoffs %><% end %> <% if score.divisional > 0 %>D: <%= score.divisional %><% end %> <% if score.conference > 0 %>C: <%= score.conference %><% end %> <% if score.superbowl > 0 %>S: <%= score.superbowl %><% end %> <% if score.champion > 0 %>SW: <%= score.champion %><% end %> |