Files
openstapps/src/app/modules/data/elements/origin-in-list.html
2021-08-25 09:59:03 +02:00

8 lines
173 B
HTML

<div *ngIf="origin.type === 'user'">
<p>{{origin.created | dateFormat}}</p>
</div>
<div *ngIf="origin.type === 'remote'">
<p>{{origin.indexed | dateFormat}}</p>
</div>