<%= it.user.full_name || it.user.username %> @<%= it.user.username %>
<%= description %>
<% if (it.user.avatar_url) { %>
<% } %>
<%= it.user.followers_count %>
Followers
<%= it.user.following_count %>
Following
<%= prettyNumber(it.user.repo_count) %>
Repos
<%= it.user.starred_repos_count %>
Stars Given