mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Fix: only show colon on cards if correspondent and title shown (#7893)
This commit is contained in:
parent
2353f7c2db
commit
2994f3a740
3 changed files with 24 additions and 20 deletions
|
|
@ -21,7 +21,7 @@
|
|||
} @else {
|
||||
{{(document.correspondent$ | async)?.name}}
|
||||
}
|
||||
:
|
||||
@if (displayFields.includes(DisplayField.TITLE)) {:}
|
||||
}
|
||||
@if (displayFields.includes(DisplayField.TITLE)) {
|
||||
{{document.title | documentTitle}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue