fix: remove double search link
This commit is contained in:
parent
86b7f173b4
commit
b9f8fe4521
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user