mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
Highlight dropdown if 'research', 'resources', or 'in the news' is selected
This commit is contained in:
parent
93cbfe6e9d
commit
390327722a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ resource_index_path]) %> " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ in_the_news_index_path, research_index_path, resource_index_path]) %> " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Research & Resources
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue