The scoreboard below shows who has referred the most users to Notebook.ai. Rewards are coming soon!
<% @scoreboard_users.each_with_index do |user, i| %> <% trophy_color = case (1+i) when 1; 'blue'; when 2; 'green'; when 3; 'red'; else; 'orange' end %> <% end %>
Rank User Score
<%= 1 + i %> <%= link_to(user.username.presence || user.name.split('@').first, user) %> <%= number_with_delimiter(user.referrals.count * 100) %>