Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Make the active navigation selector work #41

Merged
merged 5 commits into from
Aug 10, 2015
Merged

Conversation

khandelwal
Copy link
Contributor

This makes the active navigation work.

Here's how does the markup (the class=active gets generated automatically):

<ul>
            <li>
              <a class="active" href="/how-it-works/">How It Works</a>
            <li>
              <a class="" href="/get-your-pass/">Get Your Pass</a>
            </li>
            <li>
              <a class="" href="/plan-your-trip/">Plan a Trip</a>
            </li>
          </ul>

xtine added a commit that referenced this pull request Aug 10, 2015
Make the active navigation selector work
@xtine xtine merged commit c6779ec into 18F:master Aug 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants