aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels
diff options
context:
space:
mode:
authorCaroline Chuong <caroline.chuong@octo.com>2020-06-15 16:42:13 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-18 09:02:23 +0200
commitd6d951ddc0c492f3261065b5dcb4df0534d252fc (patch)
tree1a0e1b07ea9f0b6aa1e55fe5651aecba7daa3122 /client/src/app/+my-account/my-account-video-channels
parent67c604ae691e372c35dff90e7343c9232dc87511 (diff)
downloadPeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.gz
PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.zst
PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.zip
Remove uneccessary details to link titles
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
index bf4fa9396..b2e8210d3 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
@@ -13,7 +13,7 @@
13 </a> 13 </a>
14 14
15 <div class="video-channel-info"> 15 <div class="video-channel-info">
16 <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Go to the channel"> 16 <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Channel page">
17 <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> 17 <div class="video-channel-display-name">{{ videoChannel.displayName }}</div>
18 <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> 18 <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div>
19 </a> 19 </a>