diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-06 11:39:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-06 11:43:01 +0200 |
commit | a6dbbf03865a955caaedc3b12f3de3e386fe850f (patch) | |
tree | 8beae7a5868c4bc9a89667852686cc3d312b2253 /client/src/app/shared/video | |
parent | 776ca9b1cc21daf96b48ecc9cc70a50ee3bfaf68 (diff) | |
download | PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.tar.gz PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.tar.zst PeerTube-a6dbbf03865a955caaedc3b12f3de3e386fe850f.zip |
Add list of instance follows in about page
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.html b/client/src/app/shared/video/abstract-video-list.html index 11cf1bd92..efd369bca 100644 --- a/client/src/app/shared/video/abstract-video-list.html +++ b/client/src/app/shared/video/abstract-video-list.html | |||
@@ -27,7 +27,6 @@ | |||
27 | {{ getCurrentGroupedDateLabel(video) }} | 27 | {{ getCurrentGroupedDateLabel(video) }} |
28 | </div> | 28 | </div> |
29 | 29 | ||
30 | |||
31 | <my-video-miniature | 30 | <my-video-miniature |
32 | [video]="video" [user]="user" [ownerDisplayType]="ownerDisplayType" | 31 | [video]="video" [user]="user" [ownerDisplayType]="ownerDisplayType" |
33 | [displayVideoActions]="displayVideoActions" [displayOptions]="displayOptions" | 32 | [displayVideoActions]="displayVideoActions" [displayOptions]="displayOptions" |