mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
refactor: replace amDateFormat with new pipes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div *ngIf="origin.type === 'user'">
|
||||
<p>{{ origin.created | amDateFormat: 'll' }}</p>
|
||||
<p>{{origin.created | dateFormat}}</p>
|
||||
</div>
|
||||
|
||||
<div *ngIf="origin.type === 'remote'">
|
||||
<p>{{ origin.indexed | amDateFormat: 'll' }}</p>
|
||||
<p>{{origin.indexed | dateFormat}}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user