I\'m not understanding how Twitter Bootstrap does active links for the navigation. If I have a regular navigation like this (with ruby on rails linking):
<
I use this for each li:
li
<%= link_to_unless_current('Home', root_path) { link_to('Home', root_path, class: 'active') } %>