diff options
Diffstat (limited to 'Views/Home')
-rw-r--r-- | Views/Home/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 2db557c..7ecbe82 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -57,7 +57,7 @@ { <div class="col mb-5"> <div class="card h-100"> - <a href="/bundle/show/@bundle.Id"><img class="card-img-top" + <a asp-controller="Bundle" asp-action="Show" asp-route-id="@bundle.Id"><img class="card-img-top" src="@bundle.Figures.FirstOrDefault()?.FilePath" alt="..." /></a> <div class="card-body p-4"> <div class="text-center"> |