diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-02 20:54:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-03 08:49:29 +0200 |
commit | 20d211990425af8d9bb5c8eba204d2b485bcd19a (patch) | |
tree | 020584a5712b153dc1d7e965287c7f384ae722b1 /client/src/app/+video-channels/video-channels.component.html | |
parent | 9a2f7ea799fdd52b24245e94d01f12fabd6efc02 (diff) | |
download | PeerTube-20d211990425af8d9bb5c8eba204d2b485bcd19a.tar.gz PeerTube-20d211990425af8d9bb5c8eba204d2b485bcd19a.tar.zst PeerTube-20d211990425af8d9bb5c8eba204d2b485bcd19a.zip |
add like, dislike and subscribe button hotkeys
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.html | 2 |
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 e5a32dc92..8d6f81e1b 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <div class="actor-display-name">{{ videoChannel.displayName }}</div> | 9 | <div class="actor-display-name">{{ videoChannel.displayName }}</div> |
10 | <div class="actor-name">{{ videoChannel.nameWithHost }}</div> | 10 | <div class="actor-name">{{ videoChannel.nameWithHost }}</div> |
11 | 11 | ||
12 | <my-subscribe-button *ngIf="isUserLoggedIn()" [videoChannel]="videoChannel"></my-subscribe-button> | 12 | <my-subscribe-button #subscribeButton *ngIf="isUserLoggedIn()" [videoChannel]="videoChannel"></my-subscribe-button> |
13 | </div> | 13 | </div> |
14 | <div i18n class="actor-followers">{{ videoChannel.followersCount }} subscribers</div> | 14 | <div i18n class="actor-followers">{{ videoChannel.followersCount }} subscribers</div> |
15 | 15 | ||