fix Access issues

This commit is contained in:
2024-08-10 15:29:15 +03:30
parent 07ffa3303d
commit f71b11c131
5 changed files with 15 additions and 18 deletions

View File

@ -35,7 +35,7 @@
@Html.DisplayFor(modelItem => item.displayname)
</td>
<td>
@Html.ActionLink("Edit", "Edit", new { id=item.ID }) |
@Html.ActionLink("Edit", "Edituser", new { id=item.ID }) |
@Html.ActionLink("Details", "Details", new { id=item.ID }) |
@Html.ActionLink("Delete", "Delete", new { id=item.ID })
</td>