fix: link highlghting

This commit is contained in:
cuqmbr 2022-06-14 16:21:29 +03:00
parent 9189e30e49
commit 86b7f173b4

View File

@ -20,7 +20,11 @@
}
<a class="@(path == "/" ? "active" : "")" href="/">Головна</a>
<<<<<<< HEAD
<a class="@(path == "/routes") ? "active" : "")" href="/Routes">Пошук маршрутів</a>
=======
<a class="@(path == "/routes" ? "active" : "")" href="/Routes">Пошук маршрутів</a>
>>>>>>> bcb4317 (fix: link highlghting)
<div class="topnav-right">
@if (Context.Session.GetInt32("IsManager") != null && Context.Session.GetInt32("IsManager") == 1)
{