diff --git a/lib/music_library_web/live/record_live/show.html.heex b/lib/music_library_web/live/record_live/show.html.heex index a123cc8d..dc4de138 100644 --- a/lib/music_library_web/live/record_live/show.html.heex +++ b/lib/music_library_web/live/record_live/show.html.heex @@ -24,7 +24,11 @@ <.list> - <:item title="Type"><%= @record.type %> + <:item title="Type"> + + <%= @record.type %> + + <:item title="Musicbrainz ID"> <%= @record.musicbrainz_id %>