Recently Active Repositories
<%= render 'hubstats/metrics/repos_table' %>
<% if @repo_count > 20 %>
<%= link_to "View All", repos_path %>
<% end %>
Most Active Users
<%= render 'hubstats/metrics/users_table' %>
<% if @user_count > 20 %>
<%= link_to "View All", users_path %>
<% end %>