Skip to content

Commit

Permalink
Merge branch 'feature/CSET-2500' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Goectau committed Dec 18, 2023
2 parents b5e1be5 + 427303d commit e5aeb7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<div *ngIf="additionalDocuments.length > 0" class="sub-header-1">{{'references.additional documents' | transloco }}
</div>
<div *ngFor="let doc of additionalDocuments; let lastDoc = last" class="mb-1" [class.mb-4]="lastDoc">
{{doc.title}}<ng-container *ngIf="doc.fileName">:
{{doc.title}}<ng-container *ngIf="doc.file_Name">:
<ng-container *ngFor="let b of doc.bookmarks; let l = last">
<span *ngIf="documentUrl(doc, b).length === 0">
{{b}}
Expand All @@ -73,4 +73,4 @@
target="_blank">{{bookmarkDisplay(b)}}</a><ng-container *ngIf="!l">, </ng-container>
</ng-container>
</ng-container>
</div>
</div>

0 comments on commit e5aeb7a

Please sign in to comment.