From 86f474b78f6ee4aef6c29b112094fa98b85081c5 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 27 Oct 2024 17:48:36 +0000 Subject: [PATCH] Fix dividers in stats page --- .../controllers/stats_html/index.html.heex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 5a057418..fe4c4359 100644 --- a/lib/music_library_web/controllers/stats_html/index.html.heex +++ b/lib/music_library_web/controllers/stats_html/index.html.heex @@ -4,12 +4,12 @@
{@latest_record.title} @@ -32,7 +32,7 @@

-
+

<%= gettext("Total collection") %> @@ -47,7 +47,7 @@

-
+

<%= gettext("Total wishlist") %> @@ -69,7 +69,7 @@

<%= gettext("Formats") %>

-
+
<%= Record.format_long_label(format) %> @@ -92,7 +92,7 @@

<%= gettext("Types") %>

-
+
<%= Record.type_long_label(type) %>