Changeset e9bb9d1 for PostgreSqlDotnetCore/Views/Products
- Timestamp:
- 08/28/24 21:41:13 (3 months ago)
- Branches:
- main
- Children:
- a850333
- Parents:
- 118e414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Products/Index.cshtml
r118e414 re9bb9d1 108 108 @Html.ActionLink("Details", "Details", new { id = item.id }) | 109 109 @Html.ActionLink("Delete", "Delete", new { id = item.id }) 110 @Html.ActionLink("Procedure", "Procedure", new { id = item.id }) 110 111 </div> 111 112 }
Note:
See TracChangeset
for help on using the changeset viewer.