From 68f837b104b25560ec2ff3a2d1c8d5293c15159c Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 29 Jul 2023 23:30:13 +0300 Subject: [PATCH] Add id for university --- PaydayFrontend/Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaydayFrontend/Views/Home/Index.cshtml b/PaydayFrontend/Views/Home/Index.cshtml index 7efec5e..beef34d 100644 --- a/PaydayFrontend/Views/Home/Index.cshtml +++ b/PaydayFrontend/Views/Home/Index.cshtml @@ -14,7 +14,7 @@ @{ foreach (var university in Model) { -
+
universe @university.Name @if (university.MinPlaceCost != 0)