Skip to content

Commit

Permalink
Merge branch 'main' into 3014-fix-amendment-list-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel authored Aug 5, 2024
2 parents a0667a3 + a6abdaa commit ac2c912
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ <h2>
<h3>
<span>{{ 'Attachments' | translate }}</span>
:
<mat-list dense>
@for (file of topic.attachments; track file) {
<mat-list-item>
<a target="_blank" [routerLink]="file.url">{{ file.getTitle() }}</a>
</mat-list-item>
}
</mat-list>
</h3>
<mat-list dense>
@for (file of topic.attachments; track file) {
<mat-list-item>
<a target="_blank" [routerLink]="file.url">{{ file.getTitle() }}</a>
</mat-list-item>
}
</mat-list>
</div>
}
}
Expand Down

0 comments on commit ac2c912

Please sign in to comment.