From 114d1a830bf0ec274141902b483d6781d8991d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 11 Jun 2018 21:47:47 +0300 Subject: [PATCH] Show up to 10 channels as icons. --- templates/front/my_checks_desktop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/front/my_checks_desktop.html b/templates/front/my_checks_desktop.html index 82c21f9f..19c398b0 100644 --- a/templates/front/my_checks_desktop.html +++ b/templates/front/my_checks_desktop.html @@ -72,7 +72,7 @@ - {% if channels|length < 8 %} + {% if channels|length <= 10 %}
{% spaceless %} {% for channel in channels %}