rectification de 'publishedAt' sur la page 'user/search'
This commit is contained in:
parent
f1614c44aa
commit
7ea0a5eb97
6 changed files with 58 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue