aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-22 15:01:38 +0100
committerChocobozzz <me@florianbigard.com>2020-01-22 15:01:38 +0100
commitfef213cae10cbbf760b5ec81a1ed154038b59a61 (patch)
tree94ec1db206d56bd4a474f55bef02a39cba617880 /client/src/app/+video-channels/video-channels.component.html
parent0736b2735f3dcbaa17304fa229f0973e70f763b8 (diff)
downloadPeerTube-fef213cae10cbbf760b5ec81a1ed154038b59a61.tar.gz
PeerTube-fef213cae10cbbf760b5ec81a1ed154038b59a61.tar.zst
PeerTube-fef213cae10cbbf760b5ec81a1ed154038b59a61.zip
Fix is managaeble for channels
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r--client/src/app/+video-channels/video-channels.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html
index 065fc2c04..f0bb083ca 100644
--- a/client/src/app/+video-channels/video-channels.component.html
+++ b/client/src/app/+video-channels/video-channels.component.html
@@ -16,7 +16,7 @@
16 </div> 16 </div>
17 17
18 <div class="right-buttons"> 18 <div class="right-buttons">
19 <a *ngIf="isManageable" [routerLink]="[ '/my-account/video-channels/update', videoChannel.nameWithHost ]" class="btn btn-outline-tertiary mr-2" i18n>Manage</a> 19 <a *ngIf="isChannelManageable" [routerLink]="[ '/my-account/video-channels/update', videoChannel.nameWithHost ]" class="btn btn-outline-tertiary mr-2" i18n>Manage</a>
20 <my-subscribe-button #subscribeButton [videoChannels]="[videoChannel]"></my-subscribe-button> 20 <my-subscribe-button #subscribeButton [videoChannels]="[videoChannel]"></my-subscribe-button>
21 </div> 21 </div>
22 </div> 22 </div>