diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-09-23 17:15:03 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-09-23 17:15:03 +0200 |
commit | ec1b7d97389ae6dc7a0e570e9ef8d04e4ffc69cd (patch) | |
tree | 1de662c2a749dca91ffb13abcf95c521aa845888 /client/src/app | |
parent | eb4f957eca2a045ad0d5cf0c1e79b9c08494b088 (diff) | |
download | PeerTube-ec1b7d97389ae6dc7a0e570e9ef8d04e4ffc69cd.tar.gz PeerTube-ec1b7d97389ae6dc7a0e570e9ef8d04e4ffc69cd.tar.zst PeerTube-ec1b7d97389ae6dc7a0e570e9ef8d04e4ffc69cd.zip |
Client: created date in a better format
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/admin/friends/friend-list/friend-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/friend-list/friend-list.component.html b/client/src/app/admin/friends/friend-list/friend-list.component.html index f138d65dd..d786a7846 100644 --- a/client/src/app/admin/friends/friend-list/friend-list.component.html +++ b/client/src/app/admin/friends/friend-list/friend-list.component.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <td>{{ friend.id }}</td> | 15 | <td>{{ friend.id }}</td> |
16 | <td>{{ friend.url }}</td> | 16 | <td>{{ friend.url }}</td> |
17 | <td>{{ friend.score }}</td> | 17 | <td>{{ friend.score }}</td> |
18 | <td>{{ friend.createdDate }}</td> | 18 | <td>{{ friend.createdDate | date: 'medium' }}</td> |
19 | </tr> | 19 | </tr> |
20 | </tbody> | 20 | </tbody> |
21 | </table> | 21 | </table> |