From 0be8f70123776d519c72cfe7573d949e9ad2ee3a Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 23 Oct 2024 21:30:57 +0100 Subject: [PATCH] Fix dividers color in stats --- lib/music_library_web/controllers/stats_html/index.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 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 1c050fd4..5a057418 100644 --- a/lib/music_library_web/controllers/stats_html/index.html.heex +++ b/lib/music_library_web/controllers/stats_html/index.html.heex @@ -69,7 +69,7 @@

<%= gettext("Formats") %>

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

<%= gettext("Types") %>

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