From b86579ea3f7524a0c64e1f8b40f4c7cf313f6886 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Feb 2023 21:32:40 +0300 Subject: Add base carousel --- Views/Bundle/Show.cshtml | 76 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 62 insertions(+), 14 deletions(-) (limited to 'Views/Bundle/Show.cshtml') diff --git a/Views/Bundle/Show.cshtml b/Views/Bundle/Show.cshtml index 8d3e055..fe6ce88 100644 --- a/Views/Bundle/Show.cshtml +++ b/Views/Bundle/Show.cshtml @@ -1,14 +1,62 @@ - - - - - - @Model?.Name - - - -

@Model?.Name

-

@Model?.Description

- - - +@model MyDarling.Models.UnderwearBundle; +@{ + Layout = "_Layout"; +} + +
+
+
+
+ +
+
+

@Model?.Name

+

@Model?.Description

+
+
+
+
\ No newline at end of file -- cgit v1.2.3