From 4c6e64095f73a55a860af22fd9221b18fc8e61c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 28 May 2025 14:28:27 +0400 Subject: [PATCH] Fix unused invitations count --- app/views/admin/users/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/users/show.html.erb b/app/views/admin/users/show.html.erb index 367b5a7..94c21dd 100644 --- a/app/views/admin/users/show.html.erb +++ b/app/views/admin/users/show.html.erb @@ -69,7 +69,7 @@
- <%= @user.invitations.count %> + <%= @user.invitations.unused.count %>