]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Correct some indentation
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 Jul 2024 22:28:11 +0000 (15:28 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 15 Jul 2024 22:28:11 +0000 (15:28 -0700)
src-ui/src/app/components/document-list/document-list.component.html

index d44880d0f6fc8c479be74a51665e89731c88f09c..368515970d16688679930ffde87548df7c562f4c 100644 (file)
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>ASN</th>
+                i18n>ASN</th>
             }
             @if (activeDisplayFields.includes(DisplayField.CORRESPONDENT) && permissionService.currentUserCan(PermissionAction.View, PermissionType.Correspondent)) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Correspondent</th>
+                i18n>Correspondent</th>
             }
             @if (activeDisplayFields.includes(DisplayField.TITLE)) {
               <th class="cursor-pointer"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
                 style="min-width: 150px;"
-              i18n>Title</th>
+                i18n>Title</th>
             }
             @if (activeDisplayFields.includes(DisplayField.TAGS) && !activeDisplayFields.includes(DisplayField.TITLE)) {
               <th i18n>Tags</th>
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Owner</th>
+                i18n>Owner</th>
             }
             @if (activeDisplayFields.includes(DisplayField.NOTES) && notesEnabled) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Notes</th>
+                i18n>Notes</th>
             }
             @if (activeDisplayFields.includes(DisplayField.DOCUMENT_TYPE) && permissionService.currentUserCan(PermissionAction.View, PermissionType.DocumentType)) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Document type</th>
+                i18n>Document type</th>
             }
             @if (activeDisplayFields.includes(DisplayField.STORAGE_PATH) && permissionService.currentUserCan(PermissionAction.View, PermissionType.StoragePath)) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Storage path</th>
+                i18n>Storage path</th>
             }
             @if (activeDisplayFields.includes(DisplayField.CREATED)) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Created</th>
+                i18n>Created</th>
             }
             @if (activeDisplayFields.includes(DisplayField.ADDED)) {
               <th class="cursor-pointer"
                 [currentSortField]="list.sortField"
                 [currentSortReverse]="list.sortReverse"
                 (sort)="onSort($event)"
-              i18n>Added</th>
+                i18n>Added</th>
             }
             @if (activeDisplayFields.includes(DisplayField.SHARED)) {
               <th i18n>