<%= for {key, count} <- @top_referrers do %>
<%= case key do %>
<% {:link, name, to} -> %>
<%= link(name, to: to, "data-pushstate": true, class: "hover:underline") %>
<% key -> %>
<%= key %>
<% end %>
<%= large_number_format(count) %>
<%= bar(count, @top_referrers, :blue) %>
<% end %>
<%= if Enum.count(@top_referrers) >= 5 do %>