headwayio / voyage

A Rails template with our standard defaults, ready to deploy to Heroku. **See readme in: lib/voyage/README.md**
https://headway.io/voyage
MIT License
0 stars 1 forks source link

Integrate active_link_to and add a basic active style #38

Closed noahsettersten closed 6 years ago

noahsettersten commented 6 years ago

This resolves issue #15 by using the active_link_to gem to automatically add the active class to links that are within the current URL.

I've also removed the users_index.html.erb template which isn't used anymore.

noahsettersten commented 6 years ago

@GeekOnCoffee I've updated the two hardcoded links in the navigation to make use of the named routes available instead. Thanks!