rectification de 'publishedAt' sur la page 'user/search'

This commit is contained in:
MiharyR 2021-12-14 22:05:58 +01:00
parent f1614c44aa
commit 7ea0a5eb97
6 changed files with 58 additions and 5 deletions

View file

@ -30,7 +30,8 @@
{{tronquage(tabVideo[indexPage+k].title)}}
<br>
<span style="color: gray">
{{tabVideo[indexPage+k].views | number: '1.0-0'}} vues. Il y a 2h.
{{tabVideo[indexPage+k].views | number: '1.0-0'}} vues.
Il y a {{dateToElapsedTime(tabVideo[indexPage+k].publishedAt)}}.
</span>
</div>
</mat-grid-tile>