From 8e0824d38e4600bd42b1495029fdafa84153c76e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 27 Oct 2024 15:01:57 +0000 Subject: [PATCH] Reduce size of pagination record counter --- lib/music_library_web/live/record_live/index.html.heex | 2 +- lib/music_library_web/live/wishlist_live/index.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index 7601fed0..6afd7e52 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -29,7 +29,7 @@ -

+

<%= gettext( "Showing %{visible} of %{total} records", %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries} diff --git a/lib/music_library_web/live/wishlist_live/index.html.heex b/lib/music_library_web/live/wishlist_live/index.html.heex index ee4b8e96..997bb902 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -29,7 +29,7 @@ -

+

<%= gettext( "Showing %{visible} of %{total} records", %{visible: Enum.count(@streams.records), total: @record_list_params.total_entries}