mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
8 lines
173 B
HTML
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>
|