X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FHome%2FIndex.cshtml;h=2f60f3368bd5a8bc84afa2b2b1044d1c01d6c894;hb=ebce2754ea0c114789c3f5ff6494ba390f2492ab;hp=15e47fb3ffce052075ec9eeeb8dca1781ec021fd;hpb=026e1e97b0d99770ff4b2eb59984aea94abb1c7a;p=wsti_pai.git diff --git a/Projects/Views/Home/Index.cshtml b/Projects/Views/Home/Index.cshtml index 15e47fb..2f60f33 100644 --- a/Projects/Views/Home/Index.cshtml +++ b/Projects/Views/Home/Index.cshtml @@ -9,17 +9,31 @@
-

Najnowsze projekty

-

- ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that - enables a clean separation of concerns and gives you full control over markup - for enjoyable, agile development. -

+

Ostatnio edytowany projekt

+ + @if (ViewBag.recentProject != null) + { +

@Html.ActionLink((string)ViewBag.recentProject.name, "Details", "Projects")

+ @ViewBag.recentProject.description + przez: @ViewBag.recentProject.User.login + } + else { +

Brak

+ }

Pełna lista projektów »

-

Ostatnio zrobione zadania

-

NuGet is a free Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.

+

Ostatnio edytowane zadanie

+ + @if (ViewBag.recentProject != null) + { +

@Html.ActionLink((string)ViewBag.recentTask.name, "Details", "ProjectTasks")

+ @ViewBag.recentTask.description + przez: @ViewBag.recentTask.User.login + } + else { +

Brak

+ }

Pełna lista zadań »

\ No newline at end of file