X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FIndex.cshtml;h=6600db1d463503e206f4b91d9ef8063aacad4e0a;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=bed3736c9469a1572f0f8c25a78dbdc7e04b6cbd;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Views/Projects/Index.cshtml b/Projects/Views/Projects/Index.cshtml index bed3736..6600db1 100644 --- a/Projects/Views/Projects/Index.cshtml +++ b/Projects/Views/Projects/Index.cshtml @@ -1,13 +1,13 @@ @model IEnumerable @{ - ViewBag.Title = "Index"; + ViewBag.Title = "Lista projektów"; } -

Index

+

@ViewBag.Title

- @Html.ActionLink("Create New", "Create") + @Html.ActionLink("Stwórz nowy projekt", "Create")

@@ -24,7 +24,7 @@ @Html.DisplayNameFor(model => model.updated_at) @@ -44,12 +44,12 @@ @Html.DisplayFor(modelItem => item.updated_at) }
- @Html.DisplayNameFor(model => model.ProjectUser.login) + @Html.DisplayNameFor(model => model.User.login)
- @Html.DisplayFor(modelItem => item.ProjectUser.login) + @Html.DisplayFor(modelItem => item.User.login) - @Html.ActionLink("Edit", "Edit", new { id=item.id }) | - @Html.ActionLink("Details", "Details", new { id=item.id }) | - @Html.ActionLink("Delete", "Delete", new { id=item.id }) + @Html.ActionLink("Edycja", "Edit", new { id=item.id }) | + @Html.ActionLink("Szczegóły", "Details", new { id=item.id }) | + @Html.ActionLink("Usuń", "Delete", new { id=item.id })