From f4f6cd6eeddd6e84d9544987943342b0dddec423 Mon Sep 17 00:00:00 2001 From: William Kuijltjes Date: Fri, 13 Oct 2023 13:08:29 +0200 Subject: [PATCH] Preventing the line breaking of some of the "# Requests" columns in the stats pages --- marietje/stats/templates/stats/stats.html | 10 +++++----- marietje/stats/templates/stats/user.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/marietje/stats/templates/stats/stats.html b/marietje/stats/templates/stats/stats.html index a20d72d..b20473e 100644 --- a/marietje/stats/templates/stats/stats.html +++ b/marietje/stats/templates/stats/stats.html @@ -134,7 +134,7 @@ # Artist Title - # Requests + # Requests @@ -143,7 +143,7 @@ {{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }} - {{ stat.total }} + {{ stat.total }} {% endfor %} @@ -151,7 +151,7 @@
-

Most played Artists

+

Most played artists

These are the {{ stats.stats_top_count }} most played artists ever.

@@ -210,7 +210,7 @@ - + @@ -219,7 +219,7 @@ - + {% endfor %} diff --git a/marietje/stats/templates/stats/user.html b/marietje/stats/templates/stats/user.html index 1df2c66..8459d4e 100644 --- a/marietje/stats/templates/stats/user.html +++ b/marietje/stats/templates/stats/user.html @@ -32,7 +32,7 @@ - + @@ -41,7 +41,7 @@ - + {% endfor %} @@ -49,7 +49,7 @@
-

Most played Artists

+

Most played artists

Top {{ stats.stats_top_count }}:

# Artist Title# Requests# Requests
{{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }}{{ stat.total }}{{ stat.total }}
# Artist Title# Requests# Requests
{{ forloop.counter }} {{ stat.song__artist }} {{ stat.song__title }}{{ stat.total }}{{ stat.total }}