From 40f101057350347317618252fd2fda3f170a982a Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 10 Feb 2023 07:36:29 +0300 Subject: Add fancybox lightbox --- Views/Bundle/Show.cshtml | 4 ---- Views/Home/Index.cshtml | 17 +++++++++++------ Views/Shared/_Layout.cshtml | 2 ++ 3 files changed, 13 insertions(+), 10 deletions(-) (limited to 'Views') 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 @@ - @for (int i = 1; i < @Model?.Figures.Count(); i++) { @@ -27,7 +27,7 @@
- +

Нижнее бельё ручной работы по индивидуальным меркам

Узнать больше
@@ -59,8 +59,13 @@ {
- ... + @bundle.Name + @for (int i = 1; i < @bundle.Figures.Count(); i++) + { + + }
@bundle.Name
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index 356a192..d834178 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -10,6 +10,7 @@ + @@ -20,6 +21,7 @@ + \ No newline at end of file -- cgit v1.2.3