From 3bade8859bcd938b85c39ab16eaa0dcf8e01535f Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Sat, 3 Jun 2023 07:41:46 +0300 Subject: Mass refactoring --- Views/Bundle/Details.cshtml | 53 --------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Views/Bundle/Details.cshtml (limited to 'Views/Bundle/Details.cshtml') diff --git a/Views/Bundle/Details.cshtml b/Views/Bundle/Details.cshtml deleted file mode 100644 index ac13624..0000000 --- a/Views/Bundle/Details.cshtml +++ /dev/null @@ -1,53 +0,0 @@ -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@model MyDarling.Models.UnderwearBundle - - - - - - Bundles list - - - - - -
-
-
- - -
-
- - @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 2 }) -
-
- -
- @foreach (var figure in @Model.Figures) - { -
-
- - @figure.Description - -
-
- } -
-
-
- -
-
- - -
- - -
-
- - - \ No newline at end of file -- cgit v1.2.3