X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjectTasks%2FCreate.cshtml;h=a1672947d0e38cd6962d4c81c57fa4674cc3212b;hb=5b4b7fb2dc8e07cdfe9a30c321191444d05fe24a;hp=7e5bee646e771e083b691a18b9e5f812578d7702;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Views/ProjectTasks/Create.cshtml b/Projects/Views/ProjectTasks/Create.cshtml index 7e5bee6..a167294 100644 --- a/Projects/Views/ProjectTasks/Create.cshtml +++ b/Projects/Views/ProjectTasks/Create.cshtml @@ -4,7 +4,7 @@ ViewBag.Title = "Create"; } -

Create

+

@ViewBag.Title

@using (Html.BeginForm()) @@ -12,7 +12,7 @@ @Html.AntiForgeryToken()
-

ProjectTask

+

Zadanie


@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@@ -39,22 +39,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" }) -
-
-
@Html.LabelFor(model => model.task_status_id, "task_status_id", htmlAttributes: new { @class = "control-label col-md-2" })
@@ -73,14 +57,14 @@
- +
}
- @Html.ActionLink("Back to List", "Index") + @Html.ActionLink("Powrót do listy", "Index")
@section Scripts {