From 0c0846091637cfc0e78919855e8c13542818f97c Mon Sep 17 00:00:00 2001 From: Nazg0r Date: Wed, 29 May 2024 21:20:26 +0300 Subject: [PATCH] feat: marking current page -add few scripts for marking current page --- src/MTRPZ4.UI/Views/Home/Index.cshtml | 12 +++++++++++- src/MTRPZ4.UI/Views/Result/Index.cshtml | 12 +++++++++++- src/MTRPZ4.UI/Views/Shared/_Layout.cshtml | 7 ++++--- src/MTRPZ4.UI/Views/Test/Index.cshtml | 12 +++++++++++- 4 files changed, 37 insertions(+), 6 deletions(-) diff --git a/src/MTRPZ4.UI/Views/Home/Index.cshtml b/src/MTRPZ4.UI/Views/Home/Index.cshtml index 5bef01c..3a6791b 100644 --- a/src/MTRPZ4.UI/Views/Home/Index.cshtml +++ b/src/MTRPZ4.UI/Views/Home/Index.cshtml @@ -57,4 +57,14 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/MTRPZ4.UI/Views/Result/Index.cshtml b/src/MTRPZ4.UI/Views/Result/Index.cshtml index 8e7b6a9..b9716bc 100644 --- a/src/MTRPZ4.UI/Views/Result/Index.cshtml +++ b/src/MTRPZ4.UI/Views/Result/Index.cshtml @@ -100,4 +100,14 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/MTRPZ4.UI/Views/Shared/_Layout.cshtml b/src/MTRPZ4.UI/Views/Shared/_Layout.cshtml index 71cd1ab..27c5e1b 100644 --- a/src/MTRPZ4.UI/Views/Shared/_Layout.cshtml +++ b/src/MTRPZ4.UI/Views/Shared/_Layout.cshtml @@ -17,17 +17,17 @@
  • - + Home
  • - + Testing
  • - + Results
  • @@ -52,6 +52,7 @@ + @await RenderSectionAsync("Scripts", required: false) diff --git a/src/MTRPZ4.UI/Views/Test/Index.cshtml b/src/MTRPZ4.UI/Views/Test/Index.cshtml index ac9adf9..77d10c0 100644 --- a/src/MTRPZ4.UI/Views/Test/Index.cshtml +++ b/src/MTRPZ4.UI/Views/Test/Index.cshtml @@ -174,4 +174,14 @@ - \ No newline at end of file + + + \ No newline at end of file