nicolas-besnard / adminlte2-rails

MIT License
104 stars 57 forks source link

Links on the side-bar navigation do not stay 'active' #6

Closed wung-s closed 9 years ago

wung-s commented 9 years ago

Aren't the navigation links in the sidebar suppose to be in the 'active' state for whichever navigation link was clicked ? Sorry if there's an obvious thing that I am missing out, but I can't seem to get it to switch/remain in the 'active' state .. Btw, I changed nothing from what comes out-of-the-box with this gem. Your help would be much appreciated. ex

nicolas-besnard commented 9 years ago

The active class is not working out-of-the-box. I'm personnaly using active_link_to :)