diff --git a/app/views/admin/collections/index.html.erb b/app/views/admin/collections/index.html.erb index 7c7ac5609..dc23102f7 100644 --- a/app/views/admin/collections/index.html.erb +++ b/app/views/admin/collections/index.html.erb @@ -55,8 +55,6 @@
<%= link_to "Q1", admin_collections_path(quarter: 1, year: 2022), class: "usa-button #{params[:quarter] == "1" && params[:year] == "2022" ? nil : 'usa-button--outline'}" %> -
-
<%= link_to "Q2", admin_collections_path(quarter: 2, year: 2022), class: "usa-button #{params[:quarter] == "2" && params[:year] == "2022" ? nil : 'usa-button--outline'}" %>
diff --git a/app/views/components/_weekly_metrics.html.erb b/app/views/components/_weekly_metrics.html.erb index ae516b3f3..2db28cf6c 100644 --- a/app/views/components/_weekly_metrics.html.erb +++ b/app/views/components/_weekly_metrics.html.erb @@ -89,6 +89,28 @@ + + + + + + + + + + + + + +
+ Goals + + Objectives +
+ <%= Goal.count %> + + <%= Objective.count %> +