diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html index 63f0514fd..25b74027e 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.html +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.html | |||
@@ -9,6 +9,8 @@ | |||
9 | <div>{{ videoChannel.displayName }}</div> | 9 | <div>{{ videoChannel.displayName }}</div> |
10 | <div i18n class="followers">{{ videoChannel.followersCount }} subscribers</div> | 10 | <div i18n class="followers">{{ videoChannel.followersCount }} subscribers</div> |
11 | </a> | 11 | </a> |
12 | |||
13 | <my-subscribe-button [videoChannel]="videoChannel"></my-subscribe-button> | ||
12 | </div> | 14 | </div> |
13 | 15 | ||
14 | <my-video-miniature *ngFor="let video of getVideosOf(videoChannel)" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature> | 16 | <my-video-miniature *ngFor="let video of getVideosOf(videoChannel)" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature> |