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/Products/Create.cshtml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Views/Products/Create.cshtml (limited to 'Views/Products/Create.cshtml') diff --git a/Views/Products/Create.cshtml b/Views/Products/Create.cshtml new file mode 100644 index 0000000..4a6732c --- /dev/null +++ b/Views/Products/Create.cshtml @@ -0,0 +1,37 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@model MyDarling.Models.Product + + + + + + New bundle + + + + + +
+
+
+
+ + +
+
+ + @Html.TextAreaFor(model => model.Description, new { @class="form-control", @rows = 2 }) +
+
+ + +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3