From e44b918af28b2d0839bba86fc6cbaeb71fb4fc7e Mon Sep 17 00:00:00 2001 From: Jonas Winkler Date: Sun, 22 Nov 2020 22:07:55 +0100 Subject: [PATCH] more layout --- .../document-card-small/document-card-small.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index e5d04c968..022b92a4d 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -8,8 +8,9 @@
-

{{document.correspondent.name}}

-

{{document.title}}

+

+ {{document.correspondent? document.correspondent.name + ': ' : ''}} {{document.title}} +