From 5d03419a794a6dc97340d1d68495cd855c658849 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Feb 2023 07:56:30 +0300 Subject: Base figure edition --- Views/Bundle/Details.cshtml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'Views/Bundle') diff --git a/Views/Bundle/Details.cshtml b/Views/Bundle/Details.cshtml index edaec11..b7df95b 100644 --- a/Views/Bundle/Details.cshtml +++ b/Views/Bundle/Details.cshtml @@ -11,22 +11,38 @@ -
+
- - @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 4 }) + + @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 2 }) +
+
+ +
+ @foreach (var figure in @Model.Figures) + { +
+
+ + @figure.Description + +
+
+ } +
- +
-- cgit v1.2.3