mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-17 03:06:28 -07:00
Make text edits suggested by Jack. Remove some links. Merge district page with (Work with ECP) page
This commit is contained in:
parent
1d950c5536
commit
e32f1b909f
8 changed files with 87 additions and 96 deletions
|
|
@ -1,5 +1,3 @@
|
|||
<%# <li><hr class="dropdown-divider"></li> %>
|
||||
|
||||
<!-- Responsive navbar-->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<div class="container px-5">
|
||||
|
|
@ -38,17 +36,7 @@
|
|||
<li class="nav-item"><%= link_to "Funders", construction_index_path, class: "dropdown-item" %></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ work_with_ecp_index_path, district_leader_index_path]) %>" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
Work with ECP
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<li class="nav-item"><%= link_to "Work With ECP", work_with_ecp_index_path, class: "dropdown-item"%></li>
|
||||
<li class="nav-item"><%= link_to "District Leaders", district_leader_index_path, class: "dropdown-item" %></li>
|
||||
<li class="nav-item"><%= link_to "Educators", construction_index_path, class: "dropdown-item" %></li>
|
||||
<li class="nav-item"><%= link_to "Community Members", construction_index_path, class: "dropdown-item" %></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item"><%= link_to "Work With ECP", work_with_ecp_index_path, class: "nav-link " + link_highlight(paths: [work_with_ecp_index_path]) %></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue