add help popup for choosing license (#3306)

Co-authored-by: Rigel Kent <par@rigelk.eu>
pull/3313/head
Frank Sträter 2020-11-15 11:57:13 +01:00 committed by GitHub
parent dc13623baa
commit 2b8d7a7d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,15 @@
<div class="form-group">
<label i18n for="licence">Licence</label>
<my-help>
<ng-template ptTemplate="customHtml">
<ng-container i18n>
<a href="https://chooser-beta.creativecommons.org/" target="_blank" rel="noopener noreferrer">Choose</a> the appropriate license for your work.
</ng-container>
</ng-template>
</my-help>
<my-select-options
labelForId="licence" [items]="videoLicences" formControlName="licence" [clearable]="true"
></my-select-options>