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):
<
For each link:
<% if current_page?(home_path) -%><% else -%><% end -%> <%= link_to 'Home', home_path %>
or even
class="active"<% end -%>> <%= link_to 'Home', home_path %>