From 07518f0d009d0ee9c703715418ba95e1d26e1f3f Mon Sep 17 00:00:00 2001 From: xiaoxiaoqiong Date: Mon, 18 Jul 2022 11:11:15 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E5=90=8E=E5=8F=B0=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=BC=98=E5=8C=96,=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admins/dashboards/index.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/admins/dashboards/index.html.erb b/app/views/admins/dashboards/index.html.erb index 649c00904..2d86b4b6c 100644 --- a/app/views/admins/dashboards/index.html.erb +++ b/app/views/admins/dashboards/index.html.erb @@ -38,17 +38,17 @@ <%=@day_active_project_count %> - <%=@weekly_new_project_count %> - <%=@month_new_project_count %> + <%=@weekly_active_project_count %> + <%=@month_active_project_count %> <%="--" %> - + <%=@day_new_project_count %> - <%=@weekly_new_user_count %> - <%=@month_new_user_count %> + <%=@weekly_new_project_count %> + <%=@month_new_project_count %> <%="--" %>