aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r--client/src/app/+video-channels/video-channels.component.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html
index 91db820fc..b058a8185 100644
--- a/client/src/app/+video-channels/video-channels.component.html
+++ b/client/src/app/+video-channels/video-channels.component.html
@@ -20,6 +20,8 @@
20 20
21 <ng-template #ownerTemplate> 21 <ng-template #ownerTemplate>
22 <div class="owner-block"> 22 <div class="owner-block">
23 <div class="section-label" i18n>OWNER ACCOUNT</div>
24
23 <div class="avatar-row"> 25 <div class="avatar-row">
24 <a [routerLink]="getAccountUrl()" title="View account" i18n-title> 26 <a [routerLink]="getAccountUrl()" title="View account" i18n-title>
25 <img class="account-avatar" [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" /> 27 <img class="account-avatar" [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" />
@@ -101,15 +103,11 @@
101 </div> 103 </div>
102 104
103 <div class="owner-card"> 105 <div class="owner-card">
104 <div class="section-label" i18n>OWNER ACCOUNT</div>
105
106 <ng-template *ngTemplateOutlet="ownerTemplate"></ng-template> 106 <ng-template *ngTemplateOutlet="ownerTemplate"></ng-template>
107 </div> 107 </div>
108 </div> 108 </div>
109 109
110 <div class="bottom-owner"> 110 <div class="bottom-owner">
111 <div class="section-label" i18n>OWNER ACCOUNT</div>
112
113 <ng-template *ngTemplateOutlet="ownerTemplate"></ng-template> 111 <ng-template *ngTemplateOutlet="ownerTemplate"></ng-template>
114 </div> 112 </div>
115 113