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 d1b3171f..19e8b701 100644 --- a/lib/music_library_web/live/record_live/show.html.heex +++ b/lib/music_library_web/live/record_live/show.html.heex @@ -36,7 +36,7 @@
+
<%= Records.Record.format_release(@record.release) %> · <%= Records.Record.format_long_label( @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %> diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 33e1096f..b16a6fa1 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -36,7 +36,7 @@
+
<%= Records.Record.format_release(@record.release) %> · <%= Records.Record.format_long_label( @record.format ) %> · <%= Records.Record.type_long_label(@record.type) %>