fix: link highlghting
This commit is contained in:
parent
9189e30e49
commit
86b7f173b4
@ -20,7 +20,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
<a class="@(path == "/" ? "active" : "")" href="/">Головна</a>
|
<a class="@(path == "/" ? "active" : "")" href="/">Головна</a>
|
||||||
|
<<<<<<< HEAD
|
||||||
<a class="@(path == "/routes") ? "active" : "")" href="/Routes">Пошук маршрутів</a>
|
<a class="@(path == "/routes") ? "active" : "")" href="/Routes">Пошук маршрутів</a>
|
||||||
|
=======
|
||||||
|
<a class="@(path == "/routes" ? "active" : "")" href="/Routes">Пошук маршрутів</a>
|
||||||
|
>>>>>>> bcb4317 (fix: link highlghting)
|
||||||
<div class="topnav-right">
|
<div class="topnav-right">
|
||||||
@if (Context.Session.GetInt32("IsManager") != null && Context.Session.GetInt32("IsManager") == 1)
|
@if (Context.Session.GetInt32("IsManager") != null && Context.Session.GetInt32("IsManager") == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user