fix: remove double search link

This commit is contained in:
cuqmbr 2022-06-15 17:53:59 +03:00
parent 86b7f173b4
commit b9f8fe4521

View File

@ -20,11 +20,8 @@
}
<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)
{