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 diff --git a/libman.json b/libman.json index ceee271..fee38e5 100644 --- a/libman.json +++ b/libman.json @@ -1,5 +1,10 @@ { "version": "1.0", "defaultProvider": "cdnjs", - "libraries": [] + "libraries": [ + { + "library": "fancyapps-ui@4.0.31", + "destination": "wwwroot\\lib\\fancyapps-ui" + } + ] } \ No newline at end of file