diff options
Diffstat (limited to 'Views/Bundles/Index.cshtml')
-rw-r--r-- | Views/Bundles/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Bundles/Index.cshtml b/Views/Bundles/Index.cshtml index 4f3a120..6c36cb7 100644 --- a/Views/Bundles/Index.cshtml +++ b/Views/Bundles/Index.cshtml @@ -25,7 +25,7 @@ { <tr> <th scope="row">@bundle.Id</th> - <td>@bundle.Name</td> + <td><a asp-action="Edit" asp-route-id="@bundle.Id">@bundle.Name</a></td> <td>@bundle.Description</td> <td>@bundle.Price</td> </tr> |