Changed description of listed items sum

This commit is contained in:
2024-10-02 12:02:27 +02:00
parent 8e111dea0d
commit 1fd6ba27d5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<%= turbo_frame_tag "admin_jobs", data: { turbo_action: 'advance'} do %>
<div class="flex justify-between items-center">
<%== pagy_nav(@pagy) %>
<%== pagy_info(@pagy, item_name: "Users") %>
<%== pagy_info(@pagy) %>
</div>
<div class="min-w-full overflow-auto shadow-lg pt-2">
<table class="w-full py-8 table-auto">

View File

@@ -64,7 +64,7 @@
<%= turbo_frame_tag "admin_users", data: { turbo_action: 'advance'} do %>
<div class="flex justify-between items-center">
<%== pagy_nav(@pagy) %>
<%== pagy_info(@pagy, item_name: "User") %>
<%== pagy_info(@pagy) %>
</div>
<div class="min-w-full overflow-auto shadow-lg pt-2">
<table class="w-full py-8 table-auto">