working on edit form
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<th>@pointOfInterest.Id</th>
|
||||
<td>@pointOfInterest.Name</td>
|
||||
<td>
|
||||
<a class="btn btn-primary" href="@($"/pointofinterest/{pointOfInterest.Id}")">Détails</a>
|
||||
<a class="btn btn-primary" href="@($"/city/{City.Id}/pointofinterest/{pointOfInterest.Id}")">Détails</a>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user