mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
fixes #115
This commit is contained in:
parent
b452816a29
commit
0b7ffa31d1
6 changed files with 30 additions and 4 deletions
|
|
@ -17,7 +17,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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue