aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html')
-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>