Users / Age

<% User.with_age.each do |age| %> <% end %>
Age Number
<%= age.aged %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => age.num %> <%= age.num %>

Users / Country

<% User.country_stats.each do |user| %> <% end %>
Country Number
<%= user.country_s %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => user.num %> <%= user.num %>

Matches / Map

<% Match.map_stats.each do |item| %> <% end %>
Map Number
<%= h item.name %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %>

Matches / Years

<% Match.year_stats.each do |item| %> <% end %>
Year Number
<%= h item.year %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %>

Matches / Months

<% Match.month_stats.each do |item| %> <% end %>
Year Number
<%= h item.month %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %>

Matches / Player

Up to May 2011. <% Matcher.stats.each do |item| %> <% end %>
Player Number
<%= link_to (h item.username), user_path(item.user_id) %> <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %>