From bb560e4356f3bf72dab8b62bba3df4269e607423 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 29 Dec 2024 15:50:30 +0000 Subject: [PATCH] Fix alignment of sorting options and count --- lib/music_library_web/live/collection_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/collection_live/index.html.heex b/lib/music_library_web/live/collection_live/index.html.heex index 264544de..b6da5908 100644 --- a/lib/music_library_web/live/collection_live/index.html.heex +++ b/lib/music_library_web/live/collection_live/index.html.heex @@ -8,7 +8,7 @@ -
+
<.link patch={order_path(@record_list_params, :alphabetical)} 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 cb181437..26396c14 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -8,7 +8,7 @@
-

+

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