- Timestamp:
- 11/04/21 23:10:39 (3 years ago)
- Branches:
- master
- Children:
- ceaed42
- Parents:
- 6a80231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/planner/planner.component.html
r6a80231 r6c1585f 11 11 </mat-card-content> 12 12 <mat-card-actions class="mt-auto"> 13 <button mat-raised-button color="primary" (click)="onClickEditPlanner (planner.id)">13 <button mat-raised-button color="primary" (click)="onClickEditPlannerGet(planner.id)"> 14 14 <mat-icon>edit</mat-icon> Edit 15 </button> 16 15 </button> 17 16 <button mat-raised-button color="accent"> 18 17 <mat-icon>remove_red_eye</mat-icon>Details
Note:
See TracChangeset
for help on using the changeset viewer.