diff --git a/lib/music_library_web/controllers/stats_html/index.html.heex b/lib/music_library_web/controllers/stats_html/index.html.heex index 086f006a..1c050fd4 100644 --- a/lib/music_library_web/controllers/stats_html/index.html.heex +++ b/lib/music_library_web/controllers/stats_html/index.html.heex @@ -1,10 +1,10 @@
+
<%= gettext("Latest purchase") %>
<.link :for={artist <- @latest_record.artists} - class="text-sm md:text-base lg:text-2xl text-gray-900 hover:text-gray-500" + class="text-sm md:text-base lg:text-2xl text-gray-900 hover:text-gray-500 dark:text-gray-300 dark:hover:text-gray-200" patch={~p"/records?query=mbid:#{artist.musicbrainz_id}"} > <%= artist.name %> - + <%= @latest_record.title %>
+
<%= gettext("Total collection") %>
+
<%= gettext("Total wishlist") %>