Player Rankings

<% if players.any? %> <% players.each_with_index do |player, index| %> <% end %>
Rank Player Elo Rating Original Rating Actions
<%= index + 1 %> <%= player.name %> <%= player.current_elo %> <%= player.rating %> Profile
<% else %>

No players found.

<% end %>

Admin