From 1fd6ba27d51edfb4d8db6c62ab1eac569295c052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Wed, 2 Oct 2024 12:02:27 +0200 Subject: [PATCH] Changed description of listed items sum --- app/views/admin/jobs/index.html.erb | 2 +- app/views/admin/users/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/jobs/index.html.erb b/app/views/admin/jobs/index.html.erb index 4c6866d..c7ef031 100644 --- a/app/views/admin/jobs/index.html.erb +++ b/app/views/admin/jobs/index.html.erb @@ -25,7 +25,7 @@ <%= turbo_frame_tag "admin_jobs", data: { turbo_action: 'advance'} do %>
<%== pagy_nav(@pagy) %> - <%== pagy_info(@pagy, item_name: "Users") %> + <%== pagy_info(@pagy) %>
diff --git a/app/views/admin/users/index.html.erb b/app/views/admin/users/index.html.erb index b1b95a7..286e8cf 100644 --- a/app/views/admin/users/index.html.erb +++ b/app/views/admin/users/index.html.erb @@ -64,7 +64,7 @@ <%= turbo_frame_tag "admin_users", data: { turbo_action: 'advance'} do %>
<%== pagy_nav(@pagy) %> - <%== pagy_info(@pagy, item_name: "User") %> + <%== pagy_info(@pagy) %>