From e972cea6041f7260f7c75f50c1c7ddd94e89d924 Mon Sep 17 00:00:00 2001 From: "ns.potapov" Date: Sun, 7 Apr 2024 13:03:06 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/Shared/_Layout.cshtml | 89 ++++++++++--------- 1 file changed, 46 insertions(+), 43 deletions(-) diff --git a/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml b/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml index 5bb8025..2bef716 100644 --- a/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml +++ b/SecuritySystem/SecurirySystemClientApp/Views/Shared/_Layout.cshtml @@ -1,49 +1,52 @@  - - - - @ViewData["Title"] - SecurirySystemClientApp - - - - - -
- -
-
-
- @RenderBody() -
-
- - - - - - @await RenderSectionAsync("Scripts", required: false) - + + + @RenderSection("Scripts", required: false) +