From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Tue, 6 Feb 2024 22:50:08 +0000 (-0800)
Subject: Resolve svg rem width/height attribute warning
X-Git-Tag: v2.5.0~4^2~11
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718171a1258628558ef6110fada9cac6e79e8d92;p=thirdparty%2Fpaperless-ngx.git
Resolve svg rem width/height attribute warning
---
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 cdbd88825a..ea9ba99141 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 5de7ff6e77..5409306c63 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}}
}