From f10a0102a5c19860cd597e5919a5ce015810c5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Sun, 22 Mar 2026 00:05:56 +0100 Subject: [PATCH] Show participating live channel link on global dashboard for category-wide drops Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- templates/core/dashboard.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/core/dashboard.html b/templates/core/dashboard.html index 44155b8..b634498 100644 --- a/templates/core/dashboard.html +++ b/templates/core/dashboard.html @@ -140,6 +140,18 @@ ... and {{ campaign_data.allowed_channels|length|add:"-5" }} more {% endif %} + {% else %} + {% if campaign_data.campaign.game.twitch_directory_url %} +
  • + + Go to a participating live channel + +
  • + {% else %} +
  • Failed to get Twitch directory URL :(
  • + {% endif %} {% endif %}