mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
Add link for mission, update link for team
This commit is contained in:
parent
770c9e3fae
commit
028590a402
2 changed files with 4 additions and 3 deletions
|
|
@ -24,11 +24,12 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ team_index_path, construction_index_path]) %>" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<a class="nav-link dropdown-toggle <%= link_highlight(paths: [ team_index_path, mission_index_path]) %>" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
About Us
|
||||
</a>
|
||||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<li class="nav-item"><%= link_to "Team", team_index_path, class: "dropdown-item"%></li>
|
||||
<li class="nav-item"><%= link_to "Our Team", team_index_path, class: "dropdown-item"%></li>
|
||||
<li class="nav-item"><%= link_to "Our Mission", mission_index_path, class: "dropdown-item"%></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- Header-->
|
||||
<%= render partial: "layouts/header", locals: {heading: "Team"} %>
|
||||
<%= render partial: "layouts/header", locals: {heading: "Our Team"} %>
|
||||
|
||||
<!-- Team members-->
|
||||
<div class="container px-5 text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue