Merge branch 'dev' into feature-bulk-edit

This commit is contained in:
jonaswinkler
2020-12-11 20:14:48 +01:00
9 changed files with 46 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
<ng-container *ngIf="document.correspondent">
<a [routerLink]="" title="Filter by correspondent" (click)="clickCorrespondent.emit(document.correspondent)" class="font-weight-bold">{{(document.correspondent$ | async)?.name}}</a>:
</ng-container>
{{document.title}}
{{document.title | documentTitle}}
</p>
</div>
<div class="card-footer">