From 9a258d8197a184f70a8d18e1ddee18c86558f2f4 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 20 Feb 2023 20:54:26 +0200 Subject: [PATCH] Reduce number of projects, organizations and subjects shown in entity-metadata to 3. --- .../landing-utils/entity-metadata.component.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/landingPages/landing-utils/entity-metadata.component.ts b/landingPages/landing-utils/entity-metadata.component.ts index 0a50f46c..be45b2ef 100644 --- a/landingPages/landing-utils/entity-metadata.component.ts +++ b/landingPages/landing-utils/entity-metadata.component.ts @@ -172,7 +172,7 @@ import {Organization, Project} from "../../utils/result-preview/result-preview"; - + {{project.funderShortname ? project.funderShortname : project.funderName}} @@ -183,25 +183,25 @@ import {Organization, Project} from "../../utils/result-preview/result-preview"; ({{project.code}}) , - ... + ... - + {{organization.name}} - , + , - ... + ... - + {{subject}} - {{(i < (subjects.slice(0, 10).length - 1)) ? "," : ""}} + , - ... + ...