From f1c5681a376ed5e17bed9a56b0060a4eda365abe Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Thu, 30 Jan 2020 18:50:36 +0100 Subject: [PATCH] dashboard: improve display --- dashboard/static/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/static/index.html b/dashboard/static/index.html index 43568d15..0057ba1d 100644 --- a/dashboard/static/index.html +++ b/dashboard/static/index.html @@ -142,10 +142,10 @@ - {{ team.rank }}ere
{{ team.name }} + {{ team.rank }}ere — {{ team.score | number:0 }} points
{{ team.name }} - {{ mystats.themes[tid].solved }}/{{ mystats.themes[tid].total }} - ({{ mystats.themes[tid].tries }}) + {{ mystats.themes[tid].solved }}/{{ mystats.themes[tid].total }} + ({{ mystats.themes[tid].tries }}) @@ -153,7 +153,7 @@    Résolus - Total résolus
+    Total résolus
   Tentatives @@ -366,7 +366,7 @@