Skip to content

Commit

Permalink
add help popup for choosing license (#3306)
Browse files Browse the repository at this point in the history
Co-authored-by: Rigel Kent <par@rigelk.eu>
  • Loading branch information
frankstrater and rigelk committed Nov 15, 2020
1 parent dc13623 commit 2b8d7a7
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2b8d7a7

Please sign in to comment.