diff --git a/lib/music_library_web/components/core_components.ex b/lib/music_library_web/components/core_components.ex index a02d2db5..6f598e68 100644 --- a/lib/music_library_web/components/core_components.ex +++ b/lib/music_library_web/components/core_components.ex @@ -477,7 +477,7 @@ defmodule MusicLibraryWeb.CoreComponents do ~H"""
- +
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 f2f228a1..9d5f2220 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -18,6 +18,11 @@ +

+ Showing <%= Enum.count(@streams.records) %> + of <%= @record_list_params.total_entries %> + records +

<.table id="records" rows={@streams.records}
<%= col[:label] %>