From 0a9744ff50236fcbdc190c1cd2e684e946ee280b Mon Sep 17 00:00:00 2001 From: Thor77 Date: Wed, 23 Aug 2017 14:07:48 +0200 Subject: [PATCH] Switch badge-type to secondary because -default is now invisible --- tsstats/templates/stats.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/templates/stats.jinja2 b/tsstats/templates/stats.jinja2 index 17f0de9..c469d34 100644 --- a/tsstats/templates/stats.jinja2 +++ b/tsstats/templates/stats.jinja2 @@ -14,7 +14,7 @@ {% set id = [headline_id, client.nick|striptags]|join('.') %}
  • {{ client.nick }}{{ " (" + client.identifier + ")" if debug }} - {{ value }} + {{ value }}
  • {% endfor %}