mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
more layout
This commit is contained in:
parent
a4b268cdae
commit
e44b918af2
@ -8,8 +8,9 @@
|
||||
|
||||
|
||||
<div class="card-body p-2">
|
||||
<p class="card-title" *ngIf="document.correspondent">{{document.correspondent.name}}</p>
|
||||
<p class="card-text">{{document.title}}</p>
|
||||
<p class="card-text">
|
||||
<span class="font-weight-bold">{{document.correspondent? document.correspondent.name + ': ' : ''}}</span> {{document.title}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user