aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-15 11:21:00 +0200
committerChocobozzz <me@florianbigard.com>2021-04-15 11:21:00 +0200
commit126a6352ec2b088bb1d7f882991045a3ad0d7aea (patch)
tree824e6cf757e1b24e097037e876082e3ac96a3ab0 /client/src/app/+video-channels
parent5b23d4e0f87fae49fad9881f249320cf3615b47b (diff)
downloadPeerTube-126a6352ec2b088bb1d7f882991045a3ad0d7aea.tar.gz
PeerTube-126a6352ec2b088bb1d7f882991045a3ad0d7aea.tar.zst
PeerTube-126a6352ec2b088bb1d7f882991045a3ad0d7aea.zip
Don't always use a link for account avatar
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r--client/src/app/+video-channels/video-channels.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html
index c0d8c7db4..9308d5bb6 100644
--- a/client/src/app/+video-channels/video-channels.component.html
+++ b/client/src/app/+video-channels/video-channels.component.html
@@ -23,8 +23,8 @@
23 <div class="section-label" i18n>OWNER ACCOUNT</div> 23 <div class="section-label" i18n>OWNER ACCOUNT</div>
24 24
25 <div class="avatar-row"> 25 <div class="avatar-row">
26 <my-account-avatar [account]="videoChannel.ownerAccount" size="120"></my-account-avatar> 26 <my-account-avatar [account]="videoChannel.ownerAccount" [internalHref]="getAccountUrl()" size="120"></my-account-avatar>
27 27
28 <div class="actor-info"> 28 <div class="actor-info">
29 <h4> 29 <h4>
30 <a [routerLink]="getAccountUrl()" title="View account" i18n-title>{{ videoChannel.ownerAccount.displayName }}</a> 30 <a [routerLink]="getAccountUrl()" title="View account" i18n-title>{{ videoChannel.ownerAccount.displayName }}</a>