diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-06 07:11:05 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-02-06 07:11:05 +0300 |
commit | e0085417df71c69414cf90895e106bb13c34c4db (patch) | |
tree | f1eb75b5b3cf4a739ed35d63f69c4522a1c3c307 /Views/Home/Index.cshtml | |
parent | 3f54d070e72955db80f410ba74a73846df1fbe09 (diff) |
Init bundle controller
Diffstat (limited to 'Views/Home/Index.cshtml')
-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 8149c41..5a368de 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -72,7 +72,7 @@ { <div class="col mb-5"> <div class="card h-100"> - <img class="card-img-top" src="@bundle.Figures.FirstOrDefault().FilePath" alt="..." /> + <a href="/bundle/show/@bundle.Id"><img class="card-img-top" src="@bundle.Figures.FirstOrDefault()?.FilePath" alt="..." /></a> <div class="card-body p-4"> <div class="text-center"> <h5 class="fw-bolder">@bundle.Name</h5> |