Age | Number |
---|---|
<%= age.aged %> | <%= image_tag "/images/icons/article_head.png", :height => 6, :width => age.num %> <%= age.num %> |
Country | Number |
---|---|
<%= user.country_s %> | <%= image_tag "/images/icons/article_head.png", :height => 6, :width => user.num %> <%= user.num %> |
Map | Number |
---|---|
<%= h item.name %> | <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %> |
Year | Number |
---|---|
<%= h item.year %> | <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %> |
Year | Number |
---|---|
<%= h item.month %> | <%= image_tag "/images/icons/article_head.png", :height => 6, :width => item.num %> <%= item.num %> |
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 %> |