Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/location/location.component.html

    rceaed42 r59329aa  
    1818      <td>{{location.name}}</td>
    1919      <td><button mat-raised-button color="primary" (click)="openDialogSave(location.id)">Add to my planner</button></td>
    20       <td><button mat-raised-button color="primary">See details</button></td>
     20      <td><button mat-raised-button color="primary" (click)="onClickSeeDetails(location.id)">See details</button></td>
    2121    </tr> 
    2222  </tbody>
Note: See TracChangeset for help on using the changeset viewer.