diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:55:16 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-08 07:55:16 +0300 |
commit | 1808067ff28c02f8442f6bbec347d1b235c8c5c3 (patch) | |
tree | eaee11d519562d6596756a462b84126b6f6f6b20 /Views/Home | |
parent | b86579ea3f7524a0c64e1f8b40f4c7cf313f6886 (diff) | |
parent | 189a5fa7010fce2982b7f7d8672e8d2c12ae99b8 (diff) |
Merge branch 'taghelpers'
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"> |