aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels/video-channels.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-05 23:49:12 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-05 23:49:12 +0100
commit288c78eaae7c593f4d8f668302b13b138f6975c3 (patch)
tree52d2f4daf1e11c83d4bdb8daba010f66289ca410 /client/src/app/+video-channels/video-channels.component.html
parent5ed19b4b8b24daf8a651596a745d856006aecb98 (diff)
downloadPeerTube-288c78eaae7c593f4d8f668302b13b138f6975c3.tar.gz
PeerTube-288c78eaae7c593f4d8f668302b13b138f6975c3.tar.zst
PeerTube-288c78eaae7c593f4d8f668302b13b138f6975c3.zip
Always copy full actor handle in video-channels view
Diffstat (limited to 'client/src/app/+video-channels/video-channels.component.html')
-rw-r--r--client/src/app/+video-channels/video-channels.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html
index 1087de113..6192b8ae5 100644
--- a/client/src/app/+video-channels/video-channels.component.html
+++ b/client/src/app/+video-channels/video-channels.component.html
@@ -9,7 +9,7 @@
9 <div class="actor-display-name">{{ videoChannel.displayName }}</div> 9 <div class="actor-display-name">{{ videoChannel.displayName }}</div>
10 <div class="actor-name"> 10 <div class="actor-name">
11 <span>{{ videoChannel.nameWithHost }}</span> 11 <span>{{ videoChannel.nameWithHost }}</span>
12 <button [cdkCopyToClipboard]="videoChannel.nameWithHost" (click)="activateCopiedMessage()" 12 <button [cdkCopyToClipboard]="videoChannel.nameWithHostForced" (click)="activateCopiedMessage()"
13 class="btn btn-outline-secondary btn-sm copy-button" 13 class="btn btn-outline-secondary btn-sm copy-button"
14 > 14 >
15 <span class="glyphicon glyphicon-copy"></span> 15 <span class="glyphicon glyphicon-copy"></span>