From 9c7a2917a96e20c88ed70fd779f71bc6a914023c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 30 Sep 2024 20:33:28 +0100 Subject: [PATCH] Style the record type when showing an album --- lib/music_library_web/live/record_live/show.html.heex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 %>