diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-history/document-history.component.html index 65ecaff0a..837ac0e69 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-history/document-history.component.html @@ -15,7 +15,7 @@
  • -
    +
    {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }}
    @@ -33,19 +33,19 @@ @if (change.value["type"] === 'm2m') {
  • {{ change.value["operation"] | titlecase }}  - {{ change.key | titlecase }}:  + {{ change.key | titlecase }}{{ change.value["objects"].join(', ') }}
  • } @else if (change.value["type"] === 'custom_field') {
  • - {{ change.value["field"] }}:  + {{ change.value["field"] }}{{ change.value["value"] }}
  • } @else {
  • - {{ change.key | titlecase }}:  + {{ change.key | titlecase }}{{ change.value[1] }}
  • }