From baff9345b68fa89dd5ea3bb77fe2ee5dff640d51 Mon Sep 17 00:00:00 2001 From: skrawus Date: Thu, 27 Jun 2024 15:40:20 +0200 Subject: [PATCH] Unificate student's and tutor's indexes --- TutorLizard.Web/Views/Student/Index.cshtml | 20 +++++--- TutorLizard.Web/Views/Tutor/CreateAd.cshtml | 18 ++++--- TutorLizard.Web/Views/Tutor/Index.cshtml | 53 +++++++++++++++------ 3 files changed, 64 insertions(+), 27 deletions(-) diff --git a/TutorLizard.Web/Views/Student/Index.cshtml b/TutorLizard.Web/Views/Student/Index.cshtml index 33cf5d1..ddab9a7 100644 --- a/TutorLizard.Web/Views/Student/Index.cshtml +++ b/TutorLizard.Web/Views/Student/Index.cshtml @@ -2,10 +2,18 @@

Funkcjonalność ucznia

- - +
+ +
+
+ +
diff --git a/TutorLizard.Web/Views/Tutor/CreateAd.cshtml b/TutorLizard.Web/Views/Tutor/CreateAd.cshtml index 5f0de47..4fd4075 100644 --- a/TutorLizard.Web/Views/Tutor/CreateAd.cshtml +++ b/TutorLizard.Web/Views/Tutor/CreateAd.cshtml @@ -7,9 +7,12 @@

Nowe ogłoszenie


-
-
-
+ + +
+ +
+
@@ -51,7 +54,8 @@ @Html.DisplayNameFor(model => model.IsRemote)
- +
+
@@ -61,8 +65,10 @@
- -
+ +
+ +
@section Scripts { diff --git a/TutorLizard.Web/Views/Tutor/Index.cshtml b/TutorLizard.Web/Views/Tutor/Index.cshtml index 2d573f1..4184a1c 100644 --- a/TutorLizard.Web/Views/Tutor/Index.cshtml +++ b/TutorLizard.Web/Views/Tutor/Index.cshtml @@ -1,18 +1,41 @@ 

Funkcjonalność nauczyciela

- +
+ +
- - - - \ No newline at end of file +
+
+ +
+
+ + + + + + \ No newline at end of file