]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/modal/video-support.component.html
Auto add https:// in import script URLs
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-support.component.html
CommitLineData
63347a0f
C
1<ng-template #modal let-hide="close">
2 <div class="modal-header">
1053480b 3 <h4 i18n class="modal-title">Support {{ user?.account?.displayName }}</h4>
457bb213 4 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
63347a0f 5 </div>
07fa4c97 6
63347a0f 7 <div class="modal-body" [innerHTML]="videoHTMLSupport"></div>
07fa4c97 8
63347a0f 9 <div class="modal-footer inputs">
1053480b 10 <span i18n class="action-button action-button-cancel" (click)="hide()">Maybe later</span>
07fa4c97 11 </div>
63347a0f 12</ng-template>