From d264df1504b4ba2dcb360d8e78e83d643fe66d7a Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 11 Mar 2021 15:54:30 -0800 Subject: [PATCH] Additional metadata for small cards --- .../document-card-small.component.html | 34 +++++++++++++++---- .../document-card-small.component.scss | 27 ++++++++++++++- .../document-card-small.component.ts | 3 ++ .../document-list.component.html | 2 +- src-ui/src/theme_dark.scss | 2 +- 5 files changed, 58 insertions(+), 10 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 eca5abb97..96c41091d 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 @@ -25,13 +25,35 @@ {{(document.correspondent$ | async)?.name}}: - {{document.title | documentTitle}} (#{{document.archive_serial_number}}) + {{document.title | documentTitle}}

-