]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Client: created date in a better format
authorChocobozzz <florian.bigard@gmail.com>
Fri, 23 Sep 2016 15:15:03 +0000 (17:15 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 23 Sep 2016 15:15:03 +0000 (17:15 +0200)
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>