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">