-

Articles

+

Articles

<%= render(partial: "onboardings/task_card") if user_signed_in? %>
diff --git a/app/views/dashboards/_analytics.html.erb b/app/views/dashboards/_analytics.html.erb index c51528ca3..e6ab64aa6 100644 --- a/app/views/dashboards/_analytics.html.erb +++ b/app/views/dashboards/_analytics.html.erb @@ -4,14 +4,16 @@
<%= number_with_delimiter(@articles.sum(&:public_reactions_count), delimeter: ",") %>
- " />" />" /> + " alt="heart" /> + " alt="unicorn" /> + " alt="bookmark" /> Total Post Reactions
<%= num_views > 500 ? number_with_delimiter(num_views, delimeter: ",") : "under 500" %>
- " /> + " alt="eyes" /> Total Post Views
diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb index bc23a6ee6..db2c81097 100644 --- a/app/views/dashboards/show.html.erb +++ b/app/views/dashboards/show.html.erb @@ -1,6 +1,7 @@ <% title "Dashboard" %> -
+
+

User Dashboard

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

@@ -26,7 +27,7 @@ Create/Manage Listings - <%= select_tag "dashhboard_sort", options_for_select(sort_options, params[:sort]) %> + <%= select_tag "dashhboard_sort", options_for_select(sort_options, params[:sort]), 'aria-label': 'Sort By' %> <% if @articles.any? {|article| article.archived } %> <%= link_to "Show archived", "javascript:;", id: "toggleArchivedLink" %> <% end %> @@ -52,4 +53,4 @@

Also check out the Welcome Thread to introduce yourself!

<% end %> - +