Skip to content

Commit

Permalink
project members description (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Jan 6, 2023
1 parent 154239b commit b46878e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ <h5 class="modal-title" id="modal-basic-title">Add new project</h5>

<div class="form-group mb-3">
<label>Project members</label>
<div class="text-secondary mb-2"><i class="fas fa-info-circle"> </i>
<small> Users with role <strong>admin</strong> are not listed as their access is granted automatically.</small></div>
<li class="list-label" *ngFor="let user of usersFormArray.controls; let i = index">
<label formArrayName="projectMembers">
<input type="checkbox" [formControlName]="i">
Expand Down

0 comments on commit b46878e

Please sign in to comment.