Skip to content

Commit

Permalink
Update projects.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Nov 4, 2024
1 parent d69db2f commit b1c134a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager2/src/app/user/projects/projects.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<tbody>
<tr *ngFor="let project of user_projects">
<td><a routerLink="/admin/project/{{project.id}}"><span class="p-button p-button-sm p-button-primary">{{project.id}}</span></a></td>
<td><span *ngIf="project.group">x</span></td>
<td><span *ngIf="project.owner">x</span></td>
<td><span *ngIf="project.member">x</span></td>
<td><app-my-delete-confirm [onConfirm]="remove_from_project" [data]="project.id"></app-my-delete-confirm></td>
Expand Down

0 comments on commit b1c134a

Please sign in to comment.