X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FCreate.cshtml;h=ca38e5c8a7406ccc8d04410a774e975858888f27;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=db06601cf6fef14bbd9a111c8e1d8b0f664036d0;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Views/Projects/Create.cshtml b/Projects/Views/Projects/Create.cshtml index db06601..ca38e5c 100644 --- a/Projects/Views/Projects/Create.cshtml +++ b/Projects/Views/Projects/Create.cshtml @@ -1,10 +1,10 @@ @model Projects.Models.Project @{ - ViewBag.Title = "Create"; + ViewBag.Title = "Stwórz projekt"; } -

Create

+

@ViewBag.Title

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

Project

+

Projekt


@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@@ -39,32 +39,16 @@
-
- @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.ActionLink("Back to List", "Index") + @Html.ActionLink("Powrót do listy", "Index")
@section Scripts {