X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FEdit.cshtml;h=b74df62284063334f04a4dc58b5b105aa5a7bcff;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=991750af8cae7494b31c71ffd97a337d4224e729;hpb=465d7b7af5298056e481c53c412b51639a00dfba;p=wsti_pai.git diff --git a/Projects/Views/Projects/Edit.cshtml b/Projects/Views/Projects/Edit.cshtml index 991750a..b74df62 100644 --- a/Projects/Views/Projects/Edit.cshtml +++ b/Projects/Views/Projects/Edit.cshtml @@ -16,6 +16,19 @@
@Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.HiddenFor(model => model.id) +
+ +
+

@Html.DisplayFor(model => model.created_at)

+ @Html.EditorFor(model => model.created_at, new { htmlAttributes = new { @class = "form-control", @type = "hidden" } }) +
+
+
+ +
+ +
+
@Html.LabelFor(model => model.user_id, "user_id", htmlAttributes: new { @class = "control-label col-md-2" }) @@ -41,22 +54,6 @@
-
- @Html.LabelFor(model => model.created_at, htmlAttributes: new { @class = "control-label col-md-2" }) -
- @Html.EditorFor(model => model.created_at, new { htmlAttributes = new { @class = "form-control" } }) - @Html.ValidationMessageFor(model => model.created_at, "", new { @class = "text-danger" }) -
-
- -
- @Html.LabelFor(model => model.updated_at, htmlAttributes: new { @class = "control-label col-md-2" }) -
- @Html.EditorFor(model => model.updated_at, new { htmlAttributes = new { @class = "form-control" } }) - @Html.ValidationMessageFor(model => model.updated_at, "", new { @class = "text-danger" }) -
-
-