From 9189e30e49273fc6510727fe417ae0eb7f04f33e Mon Sep 17 00:00:00 2001 From: cuqmbr <52876496+cuqmbr@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:26:23 +0300 Subject: [PATCH] fix: link highlighting --- TicketOffice/Pages/Shared/_Layout.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TicketOffice/Pages/Shared/_Layout.cshtml b/TicketOffice/Pages/Shared/_Layout.cshtml index 6982812..1d1385e 100644 --- a/TicketOffice/Pages/Shared/_Layout.cshtml +++ b/TicketOffice/Pages/Shared/_Layout.cshtml @@ -20,7 +20,7 @@ } Головна - Пошук маршрутів + Пошук маршрутів
@if (Context.Session.GetInt32("IsManager") != null && Context.Session.GetInt32("IsManager") == 1) { @@ -47,4 +47,4 @@ @await RenderSectionAsync("Scripts", required: false) - \ No newline at end of file +