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 747d4ab7..568128ff 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -155,14 +155,14 @@ -
+
<%!-- TODO: replace with OSS version --%> -
+
-
+
{gettext("ID")}
-
+
{@record.id}
-
+
{gettext("Genres")}
-
+
<.link :for={genre <- @record.genres} class="mr-2 text-zinc-700 hover:text-zinc-500 dark:text-zinc-400 dark:hover:text-zinc-300" @@ -193,10 +193,10 @@
-
+
{gettext("MusicBrainz ID")}
-
+
{@record.musicbrainz_id} @@ -218,10 +218,10 @@ :if={Records.Record.child_release_groups_count(@record) > 0} class="py-2 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-0" > -
+
{gettext("Includes")}
-
+
  • {child_release_group.artists} - {child_release_group.title} @@ -230,18 +230,18 @@
-
+
{gettext("Inserted at")}
-
+
{Records.Record.format_as_date(@record.inserted_at)}
-
+
{gettext("Updated at")}
-
+
{Records.Record.format_as_date(@record.updated_at)}