aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorFrank Sträter <fstrater@beeldengeluid.nl>2020-11-15 11:57:13 +0100
committerGitHub <noreply@github.com>2020-11-15 11:57:13 +0100
commit2b8d7a7d590ff71bf143c89d95a2289a1d6d3d85 (patch)
treecb8fe443d591f10c3777ff11a8d02aadb71cd9ae /client/src/app/+videos/+video-edit/shared/video-edit.component.html
parentdc13623baa244e13c33cc803de808818ef1e95a4 (diff)
downloadPeerTube-2b8d7a7d590ff71bf143c89d95a2289a1d6d3d85.tar.gz
PeerTube-2b8d7a7d590ff71bf143c89d95a2289a1d6d3d85.tar.zst
PeerTube-2b8d7a7d590ff71bf143c89d95a2289a1d6d3d85.zip
add help popup for choosing license (#3306)
Co-authored-by: Rigel Kent <par@rigelk.eu>
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index 705d6e71a..3a24c4136 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -72,6 +72,15 @@
72 72
73 <div class="form-group"> 73 <div class="form-group">
74 <label i18n for="licence">Licence</label> 74 <label i18n for="licence">Licence</label>
75
76 <my-help>
77 <ng-template ptTemplate="customHtml">
78 <ng-container i18n>
79 <a href="https://chooser-beta.creativecommons.org/" target="_blank" rel="noopener noreferrer">Choose</a> the appropriate license for your work.
80 </ng-container>
81 </ng-template>
82 </my-help>
83
75 <my-select-options 84 <my-select-options
76 labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true" 85 labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true"
77 ></my-select-options> 86 ></my-select-options>