aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-support.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-27 17:03:48 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-27 17:03:48 +0100
commit1053480b2561a35613551ea543d4d77bf8937b8c (patch)
treea79bf71bee2fa2d6e57c2769a7f566897380dca8 /client/src/app/videos/+video-watch/modal/video-support.component.html
parentc1125bcadc1fa129856e56dc62f4c472cffa736a (diff)
downloadPeerTube-1053480b2561a35613551ea543d4d77bf8937b8c.tar.gz
PeerTube-1053480b2561a35613551ea543d4d77bf8937b8c.tar.zst
PeerTube-1053480b2561a35613551ea543d4d77bf8937b8c.zip
Slightly more personal support modal
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-support.component.html')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-support.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-support.component.html b/client/src/app/videos/+video-watch/modal/video-support.component.html
index 2a05224a8..90ca8897f 100644
--- a/client/src/app/videos/+video-watch/modal/video-support.component.html
+++ b/client/src/app/videos/+video-watch/modal/video-support.component.html
@@ -1,12 +1,12 @@
1<ng-template #modal let-hide="close"> 1<ng-template #modal let-hide="close">
2 <div class="modal-header"> 2 <div class="modal-header">
3 <h4 i18n class="modal-title">Support</h4> 3 <h4 i18n class="modal-title">Support {{ user?.account?.displayName }}</h4>
4 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> 4 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
5 </div> 5 </div>
6 6
7 <div class="modal-body" [innerHTML]="videoHTMLSupport"></div> 7 <div class="modal-body" [innerHTML]="videoHTMLSupport"></div>
8 8
9 <div class="modal-footer inputs"> 9 <div class="modal-footer inputs">
10 <span i18n class="action-button action-button-cancel" (click)="hide()">Cancel</span> 10 <span i18n class="action-button action-button-cancel" (click)="hide()">Maybe later</span>
11 </div> 11 </div>
12</ng-template> 12</ng-template>