]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/admin/friends/friend-list/friend-list.component.html
Client: created date in a better format
[github/Chocobozzz/PeerTube.git] / client / src / app / admin / friends / friend-list / friend-list.component.html
index f138d65dd896053a93a1a5624da09c3bd99b1df6..d786a78469ee612bc3d13f9094f50b5ba44373fe 100644 (file)
@@ -15,7 +15,7 @@
       <td>{{ friend.id }}</td>
       <td>{{ friend.url }}</td>
       <td>{{ friend.score }}</td>
-      <td>{{ friend.createdDate }}</td>
+      <td>{{ friend.createdDate | date: 'medium' }}</td>
     </tr>
   </tbody>
 </table>