From 6bab06ef6a5f2ebadf86d00faef1fd9385c1e706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 16 Jan 2023 19:19:22 +0100 Subject: [PATCH] Don't colour the dash --- discord_rss_bot/templates/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/discord_rss_bot/templates/index.html b/discord_rss_bot/templates/index.html index 55814dd..c152eb9 100644 --- a/discord_rss_bot/templates/index.html +++ b/discord_rss_bot/templates/index.html @@ -9,20 +9,20 @@ {% if feed_count.broken %} - + - {% else %} - + - {% endif %} - - {{ feed_count.broken }} broken + {{ feed_count.broken }} broken {% if feed_count.total != feed_count.updates_enabled %} - + - {% else %} - + - {% endif %} - - {{ feed_count.updates_enabled }} enabled + {{ feed_count.updates_enabled }} enabled