" href="/dashboard">
Posts
<%= @user.articles_count %>
" href="/<%= current_user.username %>/series">
Series
<%= @user.collections.count %>
" href="/dashboard/user_followers">
Followers
<%= @user.followers_count %>
" href="/dashboard/following_tags">
Following tags
<%= @user.following_tags_count %>
" href="/dashboard/following_users">
Following users
<%= @user.following_users_count %>
" href="/dashboard/following_organizations">
Following organizations
<%= @user.following_organizations_count %>
" href="/dashboard/following_podcasts">
Following podcasts
<%= @user.following_podcasts_count %>
Listings
<%= inline_svg_tag("external-link.svg", aria_hidden: true, class: "crayons-icon") %>
Analytics
<% if @organizations && (params[:which].blank? || params[:which] == "organization") %>
<% @organizations.each do |org| %>
Analytics for <%= org.name %>
<% end %>
<% end %>
<% if policy(:video).new? && policy(:video).enabled? %>
Upload a video
<% end %>