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 cdbd88825..ea9ba9914 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,7 +25,7 @@
@if (notesEnabled && document.notes.length) {
-
+
{{document.notes.length}}
}
@@ -43,14 +43,14 @@
@if (document.document_type) {
}
@if (document.storage_path) {
}
@@ -63,25 +63,25 @@
-
+
{{document.created_date | customDate:'mediumDate'}}
@if (document.archive_serial_number | isNumber) {
-
+
#{{document.archive_serial_number}}
}
@if (document.owner && document.owner !== settingsService.currentUser.id) {
-
+
{{document.owner | username}}
}
@if (document.is_shared_by_requester) {
-
+
Shared
}
diff --git a/src-ui/src/app/components/document-list/document-list.component.html b/src-ui/src/app/components/document-list/document-list.component.html
index 5de7ff6e7..5409306c6 100644
--- a/src-ui/src/app/components/document-list/document-list.component.html
+++ b/src-ui/src/app/components/document-list/document-list.component.html
@@ -232,7 +232,7 @@
@if (d.notes.length) {
-
+
{{d.notes.length}}
}