From e00c926afe74cb0fb9ba38cf2e48f0c4ee928bd6 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 28 Sep 2024 20:25:27 +0100 Subject: [PATCH] Fix positioning of format labels --- lib/music_library_web/live/record_live/index.html.heex | 2 +- lib/music_library_web/live/record_live/show.html.heex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) %>