diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-09 16:31:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-09 16:31:58 +0200 |
commit | e86e53eaf5cebeb60dd5b91e08787a113803c050 (patch) | |
tree | 6fc9c966aea6eaf24a87710b1b93add7e46b0e22 /client/src/app | |
parent | e4f0e92e755be1332dea7cb161e70a53af5c42ef (diff) | |
download | PeerTube-e86e53eaf5cebeb60dd5b91e08787a113803c050.tar.gz PeerTube-e86e53eaf5cebeb60dd5b91e08787a113803c050.tar.zst PeerTube-e86e53eaf5cebeb60dd5b91e08787a113803c050.zip |
Use uuid for channel link in watch page
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index cd470e320..a1110d81c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -23,7 +23,7 @@ | |||
23 | </div> | 23 | </div> |
24 | 24 | ||
25 | <div class="video-info-channel"> | 25 | <div class="video-info-channel"> |
26 | <a [routerLink]="[ '/video-channels', video.channel.id ]" i18n-title title="Go the channel page"> | 26 | <a [routerLink]="[ '/video-channels', video.channel.uuid ]" i18n-title title="Go the channel page"> |
27 | {{ video.channel.displayName }} | 27 | {{ video.channel.displayName }} |
28 | 28 | ||
29 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> | 29 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> |