diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-15 16:42:13 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-06-18 09:02:23 +0200 |
commit | d6d951ddc0c492f3261065b5dcb4df0534d252fc (patch) | |
tree | 1a0e1b07ea9f0b6aa1e55fe5651aecba7daa3122 /client/src/app/videos/+video-watch/video-watch.component.html | |
parent | 67c604ae691e372c35dff90e7343c9232dc87511 (diff) | |
download | PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.gz PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.zst PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.zip |
Remove uneccessary details to link titles
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 | 4 |
1 files changed, 2 insertions, 2 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 e10056f93..0447268f0 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html | |||
@@ -147,10 +147,10 @@ | |||
147 | <avatar-channel [video]="video"></avatar-channel> | 147 | <avatar-channel [video]="video"></avatar-channel> |
148 | 148 | ||
149 | <div class="video-info-channel-left-links ml-1"> | 149 | <div class="video-info-channel-left-links ml-1"> |
150 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Go the channel page"> | 150 | <a [routerLink]="[ '/video-channels', video.byVideoChannel ]" i18n-title title="Channel page"> |
151 | {{ video.channel.displayName }} | 151 | {{ video.channel.displayName }} |
152 | </a> | 152 | </a> |
153 | <a [routerLink]="[ '/accounts', video.byAccount ]" i18n-title title="Go to the account page"> | 153 | <a [routerLink]="[ '/accounts', video.byAccount ]" i18n-title title="Account page"> |
154 | <span i18n>By {{ video.byAccount }}</span> | 154 | <span i18n>By {{ video.byAccount }}</span> |
155 | </a> | 155 | </a> |
156 | </div> | 156 | </div> |