From 9a95bc4aaa0456c388b873059365c2b704430421 Mon Sep 17 00:00:00 2001
From: s0llvan <178677095+s0llvan@users.noreply.github.com>
Date: Sat, 21 Sep 2024 20:09:00 +0000
Subject: [PATCH] Refactor: indent lines with spaces instead of tabs
---
.../document-card-small.component.html | 42 +++++++++----------
1 file changed, 21 insertions(+), 21 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 7713c5b03..74ded598a 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
@@ -73,28 +73,28 @@
}
- @if (displayFields.includes(DisplayField.ADDED)) {
-
-
-
- Created: {{ document.created | customDate }}
- Added: {{ document.added | customDate }}
- Modified: {{ document.modified | customDate }}
-
-
-
-
- {{document.added | customDate:'mediumDate'}}
-
-
- }
- @if (displayFields.includes(DisplayField.PAGES_COUNT) && document.pages_count) {
-
-
-
- {document.pages_count, plural, =1 {1 page} other {{{document.pages_count}} pages}}
-
+ @if (displayFields.includes(DisplayField.ADDED)) {
+
+
+
+ Created: {{ document.created | customDate }}
+ Added: {{ document.added | customDate }}
+ Modified: {{ document.modified | customDate }}
+
+
+
+
+ {{document.added | customDate:'mediumDate'}}
+
+ }
+ @if (displayFields.includes(DisplayField.PAGES_COUNT) && document.pages_count) {
+
+
+
+ {document.pages_count, plural, =1 {1 page} other {{{document.pages_count}} pages}}
+
+
}
@if (displayFields.includes(DisplayField.ASN) && document.archive_serial_number | isNumber) {