diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-06 13:41:23 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-06 13:42:00 +0200 |
commit | 21131ac17243105f59314e92277dd9cf85ca5572 (patch) | |
tree | 68d0b9b58ee46c7a54a22482749f89bb113a8af5 /client/src/app/videos/+video-watch/video-watch.component.html | |
parent | 1a00c5619f11c5faecd384b011e037a8ed5fde46 (diff) | |
download | PeerTube-21131ac17243105f59314e92277dd9cf85ca5572.tar.gz PeerTube-21131ac17243105f59314e92277dd9cf85ca5572.tar.zst PeerTube-21131ac17243105f59314e92277dd9cf85ca5572.zip |
Fix video channel url in watch page
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.html')
-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 cafd92dbd..62b9cf62b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -120,7 +120,7 @@ | |||
120 | 120 | ||
121 | 121 | ||
122 | <div class="pt-3 border-top video-info-channel"> | 122 | <div class="pt-3 border-top video-info-channel"> |
123 | <a [routerLink]="[ '/video-channels', video.channel.name ]" i18n-title title="Go the channel page"> | 123 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page"> |
124 | {{ video.channel.displayName }} | 124 | {{ video.channel.displayName }} |
125 | 125 | ||
126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> | 126 | <img [src]="video.videoChannelAvatarUrl" alt="Video channel avatar" /> |