aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-subscriptions
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-subscriptions
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-subscriptions')
-rw-r--r--client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
index 23dfdc8f5..ce41360bf 100644
--- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
+++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
@@ -8,14 +8,14 @@
8 </a> 8 </a>
9 9
10 <div class="video-channel-info"> 10 <div class="video-channel-info">
11 <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Go to the channel"> 11 <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Channel page">
12 <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> 12 <div class="video-channel-display-name">{{ videoChannel.displayName }}</div>
13 <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> 13 <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div>
14 </a> 14 </a>
15 15
16 <div i18n class="video-channel-followers">{{ videoChannel.followersCount }} subscribers</div> 16 <div i18n class="video-channel-followers">{{ videoChannel.followersCount }} subscribers</div>
17 17
18 <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Go the owner account page" class="actor-owner"> 18 <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Owner account page" class="actor-owner">
19 <span i18n>Created by {{ videoChannel.ownerBy }}</span> 19 <span i18n>Created by {{ videoChannel.ownerBy }}</span>
20 <img [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" /> 20 <img [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" />
21 </a> 21 </a>