From 77ee81c3fd37d5393a023b8849d7ba80cf05d637 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 5 Feb 2026 14:13:59 +0000 Subject: [PATCH] Move record set count --- .../live/record_set_live/index.html.heex | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/music_library_web/live/record_set_live/index.html.heex b/lib/music_library_web/live/record_set_live/index.html.heex index 73c8bc1b..e1672d54 100644 --- a/lib/music_library_web/live/record_set_live/index.html.heex +++ b/lib/music_library_web/live/record_set_live/index.html.heex @@ -38,9 +38,14 @@ >
-

- {record_set.name} -

+
+

+ {record_set.name} +

+ + {ngettext("1 record", "%{count} records", length(record_set.items))} + +
- - {ngettext("1 record", "%{count} records", length(record_set.items))} - <.dropdown id={"set-actions-#{record_set.id}"} placement="bottom-end"> <:toggle> <.button variant="ghost">