mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
feat(data): add data detail templates
Additionally clean up the code
This commit is contained in:
7
src/app/modules/data/elements/origin-in-list.html
Normal file
7
src/app/modules/data/elements/origin-in-list.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div *ngIf="origin.type === 'user'">
|
||||
<p>{{origin.created | amDateFormat:'DD. MMM YY'}}</p>
|
||||
</div>
|
||||
|
||||
<div *ngIf="origin.type === 'remote'">
|
||||
<p>{{origin.indexed | amDateFormat:'DD. MMM YY'}}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user