From 5c433129ec4b218dd88a9566ba2bdb0dfbbe471a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 26 May 2015 11:16:24 +0200 Subject: [PATCH] Fix score display on dashboard --- front/src/views/dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/views/dashboard.html b/front/src/views/dashboard.html index fa97376..57c26f3 100644 --- a/front/src/views/dashboard.html +++ b/front/src/views/dashboard.html @@ -1,12 +1,12 @@
- -
+ +

Global score

-
{{globalScore}}/100
+
{{result.scoreProfiles.generic.globalScore}}/100