]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/account-video-channels/account-video-channels.component.html
Move concurrently in dev package
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / account-video-channels / account-video-channels.component.html
index 63f0514fd0b5137e0e84e2ba8244e37fcfd7d9d4..25b74027ecb78e5ef6f7169ee2a54368c223f484 100644 (file)
@@ -9,6 +9,8 @@
           <div>{{ videoChannel.displayName }}</div>
           <div i18n class="followers">{{ videoChannel.followersCount }} subscribers</div>
         </a>
+
+        <my-subscribe-button [videoChannel]="videoChannel"></my-subscribe-button>
       </div>
 
       <my-video-miniature *ngFor="let video of getVideosOf(videoChannel)" [video]="video" [user]="user" [displayVideoActions]="false"></my-video-miniature>