diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index b8574a7c2..4ae07d3e7 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -2041,7 +2041,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 124 + 120 src/app/components/manage/custom-fields/custom-fields.component.html @@ -2376,7 +2376,7 @@ src/app/components/document-list/document-list.component.ts - 123 + 126 src/app/components/manage/management-list/management-list.component.html @@ -4909,7 +4909,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 135 + 131 @@ -6004,7 +6004,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 82,83 + 80,81 @@ -6019,7 +6019,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 83,84 + 81,82 @@ -6034,7 +6034,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 84,85 + 82,83 @@ -6045,7 +6045,7 @@ src/app/components/document-list/document-card-small/document-card-small.component.html - 110 + 106 src/app/data/document.ts @@ -6328,14 +6328,14 @@ View "" saved successfully. src/app/components/document-list/document-list.component.ts - 237 + 242 View "" created successfully. src/app/components/document-list/document-list.component.ts - 278 + 285 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 0974639de..a3e6b2847 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 @@ -69,9 +69,7 @@
- - {{document.created | customDate:'mediumDate'}} - + {{document.created | customDate:'mediumDate'}}
} @@ -86,9 +84,7 @@
- - {{document.added | customDate:'mediumDate'}} - + {{document.added | customDate:'mediumDate'}}
} @@ -112,9 +108,9 @@ } @for (field of document.custom_fields; track field.id) { @if (displayFields.includes(DisplayField.CUSTOM_FIELD + field.field)) { -
+
- +
} }