Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/src/app/location/location.component.html
r6fe77af r571e0df 4 4 <p-toast></p-toast> 5 5 <h3>Here are all locations</h3> 6 <button pButton pRipple type="button" icon="pi pi-bell" class="p-button-rounded p-button-warning" label="Back to my Planners" (click)="onClickBackToMyPlanners()"></button> 6 <button pButton pRipple type="button" icon="pi pi-bell" class="p-button-rounded p-button-warning" 7 label="Back to my Planners" (click)="onClickBackToMyPlanners()"></button> 7 8 <table class="table"> 8 9 <thead> … … 28 29 </tbody> 29 30 </table> 30
Note:
See TracChangeset
for help on using the changeset viewer.