The scoreboard below shows who has referred the most users to Notebook.ai. Rewards are coming soon!
Rank |
User |
Score |
<% @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
%>
<%= 1 + i %> |
<%= link_to(user.username.presence || user.name.split('@').first, user) %>
|
<%= number_with_delimiter(user.referrals.count * 100) %> |
<% end %>