<% title "Dashboard" %>
<%= render "actions" %> <% if @organizations && @organizations.size > 0 && (params[:which].blank? || params[:which] == "organization") %>

">Personal <% @organizations.each do |org| %> "><%= org.name %> (<%= org.articles_count %>) <% end %>

<% end %> <% if params[:which] == "organization" %> <%= render "analytics" %> <% @articles.each do |article| %> <%= render "dashboard_article", article: article, organization: article.organization, org_admin: true, manage_view: false %> <% end %> <% elsif @articles.any? %> <%= render "analytics" %>
<% if current_user.created_at < 2.weeks.ago %> Upload a Video 🎥 <% end %> Create/Manage Listings <%= select_tag "dashhboard_sort", options_for_select(sort_options, params[:sort]) %> <% if @articles.any? {|article| article.archived } %> <%= link_to "Show archived", "javascript:;", id: "toggleArchivedLink" %> <% end %>
<% @articles.each do |article| %> <%= render "dashboard_article", article: article, organization: nil, org_admin: false, manage_view: false %> <% end %> <% else %>

This is where you can manage your posts, but you haven't written anything yet.

Write your first post now <%= image_tag(cl_image_path(asset_path("/assets/sloan.png"), type: "fetch", width: 300, crop: "imagga_scale", quality: "auto", flags: "progressive", fetch_format: "auto", sign_url: true), class: "sloan", alt: "Sloan, the sloth mascot") %>

Also check out the Welcome Thread to introduce yourself!

<% end %>