Skip to content

Commit

Permalink
Merge pull request #73 from Surtt/update-bs5
Browse files Browse the repository at this point in the history
added active menu
  • Loading branch information
amshkv committed Jun 24, 2021
2 parents 43edca2 + 0f9748d commit 4b8c1d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lessons/whatisrest.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Главная</a>
<a class="nav-link" aria-current="page" href="/">Главная</a>
</li>
<li class="nav-item dropdown" id="api-school">
<a class="nav-link dropdown-toggle" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
<a class="nav-link dropdown-toggle active" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false" href="#">Руководства<b class="caret"></b></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/lessons/whatisrest.html">Что такое REST?</a></li>
<li><a class="dropdown-item active bg-dark" href="/lessons/whatisrest.html">Что такое REST?</a></li>
<li><a class="dropdown-item" href="/lessons/restquicktips.html">REST Quick Tips</a></li>
<li><a class="dropdown-item" href="/lessons/httpmethods.html">HTTP методы</a></li>
<li><a class="dropdown-item" href="/lessons/restfulresourcenaming.html">Именование ресурсов</a></li>
Expand Down

0 comments on commit 4b8c1d5

Please sign in to comment.