From 66b4f4e6da288ee673c8a4a3b4be93839aa29092 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Sat, 29 Jul 2023 23:11:32 +0300 Subject: [PATCH] Fix --- PaydayFrontend/Views/Home/Index.cshtml | 26 +- PaydayFrontend/Views/Home/ThirdPage.cshtml | 290 +++++++++++---------- 2 files changed, 156 insertions(+), 160 deletions(-) diff --git a/PaydayFrontend/Views/Home/Index.cshtml b/PaydayFrontend/Views/Home/Index.cshtml index 9e0eca1..7efec5e 100644 --- a/PaydayFrontend/Views/Home/Index.cshtml +++ b/PaydayFrontend/Views/Home/Index.cshtml @@ -1,32 +1,26 @@ @model List - @{ - ViewData["Title"] = "Home Page"; - } +@{ + ViewData["Title"] = "Home Page"; +}
-<<<<<<< Updated upstream -
+
- +
-======= -
-
- search -
->>>>>>> Stashed changes @{ foreach (var university in Model) {
universe - @university.Name @if (university.MinPlaceCost != 0) - { - от @university.MinPlaceCost тыс. руб - } + @university.Name + @if (university.MinPlaceCost != 0) + { + от @university.MinPlaceCost тыс. руб + }
} } diff --git a/PaydayFrontend/Views/Home/ThirdPage.cshtml b/PaydayFrontend/Views/Home/ThirdPage.cshtml index a6082d2..f33d47a 100644 --- a/PaydayFrontend/Views/Home/ThirdPage.cshtml +++ b/PaydayFrontend/Views/Home/ThirdPage.cshtml @@ -1,153 +1,155 @@ @{ ViewData["Title"] = "Home Page"; } -
- -
-
-
-
-
×
-
-
bank -
10%
-
Альфа Банк
-
- Вам необходимы следующие документы: - Наш процент: - Ваше направление: - Плата в месяц: - Общая стоимость образования: -
- -
-
-
Продолжитьesia
- -
-
- - +
+ + + + + + + + + +
+ + +
+ - + +
+ back +
+
+
+
+
+
+
×
+
+
+ bank +
10%
+
+
Альфа Банк
+
+ Вам необходимы следующие документы: + Наш процент: + Ваше направление: + Плата в месяц: + Общая стоимость образования: +
+ +
+
+
Продолжитьesia
+ +
+
+
+
+
+ \ No newline at end of file