From f2f5156065b1e3672d1b56f4e95f735c6bf8bbec Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Dec 2023 17:45:35 +0300 Subject: [PATCH 1/2] src/app/community-list-page: remove newlines in links The newlines cause whitespace to be enapsulated in the rendered link. (cherry picked from commit 7bedf7fc59983983bfdd1061db8d0ae4a5822f12) --- .../community-list/community-list.component.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/community-list-page/community-list/community-list.component.html b/src/app/community-list-page/community-list/community-list.component.html index de67607bb4..eed9ca64ca 100644 --- a/src/app/community-list-page/community-list/community-list.component.html +++ b/src/app/community-list-page/community-list/community-list.component.html @@ -35,9 +35,7 @@
- - {{ dsoNameService.getName(node.payload) }} - + {{ dsoNameService.getName(node.payload) }}   {{node.payload.archivedItemsCount}} @@ -73,9 +71,7 @@
- - {{ dsoNameService.getName(node.payload) }} - + {{ dsoNameService.getName(node.payload) }}
From f08d74b2692a9ce0fa0aac7e71a5bf0af1bf1763 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Dec 2023 22:32:22 +0300 Subject: [PATCH 2/2] src/app/item-page: remove newlines in links The newlines cause whitespace to be enapsulated in the rendered link. (cherry picked from commit 7207bbbd0e647693148438f49cb7bdbd7ca3fe86) --- .../metadata-values/metadata-values.component.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/item-page/field-components/metadata-values/metadata-values.component.html b/src/app/item-page/field-components/metadata-values/metadata-values.component.html index 61088edd16..a598815d4c 100644 --- a/src/app/item-page/field-components/metadata-values/metadata-values.component.html +++ b/src/app/item-page/field-components/metadata-values/metadata-values.component.html @@ -32,7 +32,5 @@ - {{value}} - + [queryParams]="getQueryParams(value)">{{value}}