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 aa4bbdc0..d91bb5c1 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -26,7 +26,7 @@ <:col :let={{_id, record}} label="Image"> {record.title} - + <%= Records.Record.format_short_label(record.format) %> 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 153e2f3c..64704c0d 100644 --- a/lib/music_library_web/live/record_live/show.html.heex +++ b/lib/music_library_web/live/record_live/show.html.heex @@ -14,7 +14,7 @@
{@record.title} - + <%= Records.Record.format_short_label(@record.format) %>