From 8ec038b5b824b4f1739939a3c4faeaddc9db8568 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Thu, 15 Dec 2022 18:08:31 +0200 Subject: [PATCH] Revert powered by in monitor page --- src/app/monitor/monitor.component.html | 13 ++++++------- src/app/topic/indicators.component.html | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/monitor/monitor.component.html b/src/app/monitor/monitor.component.html index dd7ddc8..4b67f50 100644 --- a/src/app/monitor/monitor.component.html +++ b/src/app/monitor/monitor.component.html @@ -229,13 +229,12 @@
- Powered by - - and - - OpenAIRE Research Graph - . Last update of statistics in OpenAIRE: {{statsUpdateDate | date: 'MMM dd, yyyy'}} - + + Powered by + OpenAIRE Research Graph + + . Last update of statistics in OpenAIRE: {{statsUpdateDate | date: 'MMM dd, yyyy'}} +
diff --git a/src/app/topic/indicators.component.html b/src/app/topic/indicators.component.html index 4d57e73..741d5d3 100644 --- a/src/app/topic/indicators.component.html +++ b/src/app/topic/indicators.component.html @@ -66,7 +66,7 @@
-
{{indicator.name}}
+
{{indicator.name}}
{{numberResults.get(i + '-' + j) | number}} --