• " href="<%= dashboard_path %>" <%= params[:action] == "show" && (params[:which] == "organization" || params[:which].blank?) ? ' aria-current="page"'.html_safe : "" %>> <%= t("core.posts") %> <%= @user.articles_count %>
  • " href="<%= user_series_path(current_user.username) %>" <%= params[:action] == "series" && (params[:which] == "organization" || params[:which].blank?) ? ' aria-current="page"'.html_safe : "" %>> <%= t("core.series") %> <%= @user.collections.count %>
  • " href="/dashboard/user_followers" <%= params[:action] == "followers" ? ' aria-current="page"'.html_safe : "" %>> <%= t("core.followers") %> <%= @user.followers_count %>
  • " href="<%= dashboard_following_tags_path %>" <%= params[:action] == "following_tags" ? ' aria-current="page"'.html_safe : "" %>> Following tags <%= @user.following_tags_count %>
  • " href="<%= dashboard_following_users_path %>" <%= params[:action] == "following_users" ? ' aria-current="page"'.html_safe : "" %>> Following users <%= @user.following_users_count %>
  • " href="<%= dashboard_following_organizations_path %>" <%= params[:action] == "following_organizations" ? ' aria-current="page"'.html_safe : "" %>> Following organizations <%= @user.following_organizations_count %>
  • " href="<%= dashboard_following_podcasts_path %>" <%= params[:action] == "following_podcasts" ? ' aria-current="page"'.html_safe : "" %>> Following podcasts <%= @user.following_podcasts_count %>
  • <%= t("core.listings") %> <%= inline_svg_tag("external-link.svg", aria_hidden: true, class: "crayons-icon") %>
  • <%= t("core.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? %>
  • <%= t("dashboard.upload_a_video") %>
  • <% end %>