summaryrefslogtreecommitdiff
path: root/Views/Bundle
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-02-10 07:36:29 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-02-10 07:36:29 +0300
commit40f101057350347317618252fd2fda3f170a982a (patch)
tree471ba9b02f8e3022e5e170a0a126cfef97a08c18 /Views/Bundle
parent2aba54753950fcef482b25bc7234d274ceff990a (diff)
Add fancybox lightbox
Diffstat (limited to 'Views/Bundle')
-rw-r--r--Views/Bundle/Show.cshtml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Views/Bundle/Show.cshtml b/Views/Bundle/Show.cshtml
index 2186a3f..e3a49f1 100644
--- a/Views/Bundle/Show.cshtml
+++ b/Views/Bundle/Show.cshtml
@@ -19,10 +19,6 @@
<div class="carousel-item active">
<img class="d-block w-100" src="@Model?.Figures[0].FilePath" alt="...">
</div>
- <div class="carousel-caption d-none d-md-block">
- <h5>@Model?.Name</h5>
- <p>@Model?.Description</p>
- </div>
@for (int i = 1; i < @Model?.Figures.Count(); i++)
{
<div class="carousel-item">