<%= start_bubble_wrap("blue","black") %>Top 20 Player Scores<%= end_bubble_wrap("blue","black") %> <%= start_bubble_wrap("light_blue","black") %> <% if @rank != nil %>

You rank number <%= @rank + 1 %> overall with a net worth of <%= @scores[@rank].total.to_i %>.

Check out Mr. Scruff's Leader Board Stats, a project he took on himself.

<% end %> <% counter = 1 %> <% @scores[0..19].each do |score| %> <% counter += 1 %> <% end %>
Rank Player Buildings Cash Net Worth
<%= counter %>. <%= score.user.name %> <%= score.deeds %> <%= score.balance %> <%= score.total.to_i %>
<%= end_bubble_wrap("light_blue","black") %>