mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
8 lines
193 B
HTML
8 lines
193 B
HTML
<div *ngIf="origin.type === 'user'">
|
|
<p>{{ origin.created | amDateFormat: 'll' }}</p>
|
|
</div>
|
|
|
|
<div *ngIf="origin.type === 'remote'">
|
|
<p>{{ origin.indexed | amDateFormat: 'll' }}</p>
|
|
</div>
|