X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FProjects%2FIndex.cshtml;h=6600db1d463503e206f4b91d9ef8063aacad4e0a;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=00a00d43dd0d0ee8285478193c2cc55cbe587150;hpb=4a18d9cd9ac69fd85e12ff583235537f90561efd;p=wsti_pai.git diff --git a/Projects/Views/Projects/Index.cshtml b/Projects/Views/Projects/Index.cshtml index 00a00d4..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")

@@ -47,9 +47,9 @@ @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 })